Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Int32Ref (0.23 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef/ref-while-loop.mlir

        %7:3 = tf_executor.Switch %3#0, %6#0 : (tensor<*x!tf_type.int32ref>, tensor<i1>) -> (tensor<*x!tf_type.int32ref>, tensor<*x!tf_type.int32ref>, !tf_executor.control) {device = "", T = "tfdtype$DT_INT32", _class = ["loc:@while/Merge"]} loc("while/Switch")
        %8:2 = tf_executor.Exit %7#1 : tensor<*x!tf_type.int32ref> {device = "", T = "tfdtype$DT_INT32"} loc("while/Exit")
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 12:06:33 UTC 2022
    - 2.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tfrt/tests/convert_ref_variables.mlir

      %1 = "tf.VariableV2"() {container = "", shape = #tf_type.shape<>, shared_name = "x"} : () -> tensor<!tf_type.int32ref>
      %2 = "tf.Assign"(%1, %0) {T = i32, device = "", use_locking = true, validate_shape = true} : (tensor<!tf_type.int32ref>, tensor<i32>) -> tensor<!tf_type.int32ref>
      %3 = "tf.Identity"(%1) : (tensor<!tf_type.int32ref>) -> tensor<i32>
    
      // CHECK: [[one:%.*]] = "tf.Const"
      // CHECK-SAME: dense<1>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 12:06:33 UTC 2022
    - 4.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef/ref-type-attr.mlir

        %1:2 = tf_executor.island wraps "tf.Identity"(%0#0) : (tensor<!tf_type.int32ref>) -> tensor<*x!tf_type.int32ref> loc("foo")
        tf_executor.fetch
      }
      func.return
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 12:06:33 UTC 2022
    - 775 bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_types.def

    HANDLE_TF_REF_TYPE(Int8Ref, INT8_REF, "int8ref")
    HANDLE_TF_REF_TYPE(Uint16Ref, UINT16_REF, "uint16ref")
    HANDLE_TF_REF_TYPE(Int16Ref, INT16_REF, "int16ref")
    HANDLE_TF_REF_TYPE(Uint32Ref, UINT32_REF, "uint32ref")
    HANDLE_TF_REF_TYPE(Int32Ref, INT32_REF, "int32ref")
    HANDLE_TF_REF_TYPE(Uint64Ref, UINT64_REF, "uint64ref")
    HANDLE_TF_REF_TYPE(Int64Ref, INT64_REF, "int64ref")
    HANDLE_TF_REF_TYPE(StringRef, STRING_REF, "stringref")
    HANDLE_TF_REF_TYPE(BoolRef, BOOL_REF, "boolref")
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Sep 09 03:12:53 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_op_base.td

    def TF_Int4Ref : TF_TensorFlowType<"Int4Ref", "si4ref">;
    def TF_Int8Ref : TF_TensorFlowType<"Int8Ref", "i8ref">;
    def TF_Int16Ref : TF_TensorFlowType<"Int16Ref", "i16ref">;
    def TF_Int32Ref : TF_TensorFlowType<"Int32Ref", "i32ref">;
    def TF_Int64Ref : TF_TensorFlowType<"Int64Ref", "i64ref">;
    
    def TF_Uint4Ref : TF_TensorFlowType<"Uint4Ref", "ui8ref">;
    def TF_Uint8Ref : TF_TensorFlowType<"Uint8Ref", "ui8ref">;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 30.5K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/tests/canonicalize.mlir

      %1 = "tf.Variable"() {container = "", dtype = i32, shared_name = "var", shape = #tf_type.shape<>, device = "/job:localhost/replica:0/task:0/device:GPU:0"} : () -> tensor<!tf_type.int32ref>
      %2 = "tf.Assign"(%1, %0) : (tensor<!tf_type.int32ref>, tensor<i32>) -> (tensor<!tf_type.int32ref>)
    
      func.return
    }
    
    // CHECK-LABEL: testUnpackAndCwiseUnary
    func.func @testUnpackAndCwiseUnary(%arg0: tensor<?x2xf32>) -> (tensor<?xf32>, tensor<?xf32>) {
    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