Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Int4Ref (0.25 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_types.def

    #endif
    HANDLE_TF_REF_TYPE(FloatRef, FLOAT_REF, "f32ref")
    HANDLE_TF_REF_TYPE(DoubleRef, DOUBLE_REF, "f64ref")
    HANDLE_TF_REF_TYPE(Uint4Ref, UINT4_REF, "uint4ref")
    HANDLE_TF_REF_TYPE(Int4Ref, INT4_REF, "int4ref")
    HANDLE_TF_REF_TYPE(Uint8Ref, UINT8_REF, "uint8ref")
    HANDLE_TF_REF_TYPE(Int8Ref, INT8_REF, "int8ref")
    HANDLE_TF_REF_TYPE(Uint16Ref, UINT16_REF, "uint16ref")
    HANDLE_TF_REF_TYPE(Int16Ref, INT16_REF, "int16ref")
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Sep 09 03:12:53 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_op_base.td

    def TF_Complex64Ref : TF_TensorFlowType<"Complex64Ref", "complex64ref">;
    def TF_Complex128Ref : TF_TensorFlowType<"Complex128Ref", "complex128ref">;
    
    // Integer reference types
    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">;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 30.5K bytes
    - Viewed (0)
Back to top