Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 2xi8 (0.26 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/shape_inference.mlir

        func.return %read : tensor<1xi8>
      }
    
      // CHECK-LABEL: do_not_infer_var_handle_op_when_custom_op_uses_it
      func.func @do_not_infer_var_handle_op_when_custom_op_uses_it() -> tensor<1xi8> {
        %cst = arith.constant dense<1> : tensor<1xi8>
        %0 = "tf.VarHandleOp"() {container = "", shared_name = "bar"} : () -> tensor<!tf_type.resource<tensor<*xi8>>>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 23 17:24:10 UTC 2024
    - 167.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/canonicalize.mlir

      // CHECK:      "tf.Equal"(%arg0, %arg1)
      // CHECK-SAME:   incompatible_shape_error = true
      // CHECK-SAME:   device = "/job:localhost/replica:0/task:0/device:GPU:0"
      %0 = "tf.Equal"(%arg0, %arg1) {incompatible_shape_error = false, device = "/job:localhost/replica:0/task:0/device:GPU:0"} : (tensor<2xi32>, tensor<2xi32>) -> tensor<2xi1>
      func.return %0: tensor<2xi1>
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 132.1K bytes
    - Viewed (0)
Back to top