Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for TF_Int64Tensor (0.2 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td

        TF_ShapeAttrArray:$dense_shapes
      );
    
      let results = (outs
        Variadic<TF_Int64Tensor>:$sparse_indices,                           // len(sparse_types)
        Variadic<TensorOf<[TF_Float32, TF_Int64, TF_Str]>>:$sparse_values,  // len(sparse_types)
        Variadic<TF_Int64Tensor>:$sparse_shapes,                            // len(sparse_types)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 90.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = "";
    
      let arguments = (ins
        TF_VariantTensor:$input_dataset,
        TF_Int64Tensor:$buffer_size,
        TF_Int64Tensor:$seed,
        TF_Int64Tensor:$seed2,
        TF_Int64Tensor:$count,
        Arg<TF_ResourceTensor, "", [TF_DatasetSeedGeneratorRead, TF_DatasetSeedGeneratorWrite]>:$seed_generator,
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. 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)
  4. 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