Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TF_Int64Tensor (0.4 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo_patterns.td

    def : Pat<(MHLO_NotOp TF_Int32Tensor:$input),
                (TF_BitwiseXorOp $input,
                  (TF_ConstOp (GetRankedScalarAttr<"", 32, "", "-1">)))>;
    def : Pat<(MHLO_NotOp TF_Int64Tensor:$input),
                (TF_BitwiseXorOp $input,
                  (TF_ConstOp (GetRankedScalarAttr<"", 64, "", "-1">)))>;
    
    def : Pat<(MHLO_NotOp TF_Uint8Tensor:$input),
                (TF_BitwiseXorOp $input,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Feb 03 08:58:22 UTC 2024
    - 34K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_op_base.td

    def TF_IntTensor : TensorOf<[TF_Int]>;
    def TF_Int4Tensor : TensorOf<[TF_Int4]>;
    def TF_Int8Tensor : TensorOf<[TF_Int8]>;
    def TF_Int16Tensor : TensorOf<[TF_Int16]>;
    def TF_Int32Tensor : TensorOf<[TF_Int32]>;
    def TF_Int64Tensor : TensorOf<[TF_Int64]>;
    def TF_I32OrI64Tensor : TensorOf<[TF_I32OrI64]>;
    
    def TF_Uint4Tensor : TensorOf<[TF_Uint4]>;
    def TF_Uint8Tensor : TensorOf<[TF_Uint8]>;
    def TF_Uint16Tensor : TensorOf<[TF_Uint16]>;
    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