Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ID3 (0.16 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/resource-device-inference.mlir

          // CHECK-NEXT: "tf.Identity"
          // CHECK-SAME: {device = "/CPU:0"}
          %id2 = "tf.Identity"(%var_handle) : (!tf_res)
            -> !tf_res
          %read = "tf.ReadVariableOp"(%id2) : (!tf_res) -> tensor<32xf32>
          %id3 = "tf.Identity"(%read) : (tensor<32xf32>) -> tensor<32xf32>
          tf_executor.yield
        }
        tf_executor.fetch %island : !tf_executor.control
      }
      func.return
    }
    
    // -----
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 17 16:01:45 UTC 2022
    - 18.2K bytes
    - Viewed (0)
Back to top