Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SomeComputation (0.1 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/resource_op_lifting.mlir

      // CHECK: %[[COMPUTE_RES:[0-9]*]] = "tf.SomeComputation"(%[[RES_READ_VAL]])
      // CHECK: tf_device.return %[[COMPUTE_RES]]
      // CHECK: {cluster_attr = "cluster_attr"}
      // CHECK-SAME: () -> tensor<*xi32>
    
      %1 = "tf_device.cluster"() ({
        %2 = "tf.ReadVariableOp"(%0) {dtype = i32} : (tensor<*x!tf_type.resource<tensor<*xi32>>>) -> tensor<*xi32>
        %3 = "tf.SomeComputation"(%2) : (tensor<*xi32>) -> (tensor<*xi32>)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 74K bytes
    - Viewed (0)
Back to top