Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 1DTensorOf (0.09 sec)

  1. tensorflow/compiler/mlir/lite/transforms/optimize_patterns.td

    // Same as above, but if indices are already 1D, then no reshape is needed.
    def ReplaceOneHotDynamicShapeFullyConnectedWithLookup : Pat<
      (TFL_FullyConnectedOp:$outputs
        (TFL_OneHotOp
          1DTensorOf<[I32]>:$indices,
          (Arith_ConstantOp $depth),
          (Arith_ConstantOp ConstantAttr<RankedF32ElementsAttr<[]>, "1.0f">),
          (Arith_ConstantOp ConstantAttr<RankedF32ElementsAttr<[]>, "0.0f">),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 66.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

      0DTensorOf<allowedOpTypes>, TFL_RuntimeType<TensorOf<allowedRuntimeTypes>>;
    class TFL_1DTensorOf<list<Type> allowedRuntimeTypes,
                         list<Type> allowedOpTypes = [AnyType]> :
      1DTensorOf<allowedOpTypes>, TFL_RuntimeType<TensorOf<allowedRuntimeTypes>>;
    class TFL_2DTensorOf<list<Type> allowedRuntimeTypes,
                         list<Type> allowedOpTypes = [AnyType]> :
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
Back to top