Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TensorOf (0.07 sec)

  1. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

    class TFL_TensorOf<list<Type> allowedRuntimeTypes,
                       list<Type> allowedOpTypes = [AnyType]> :
      TensorOf<allowedOpTypes>, TFL_RuntimeType<TensorOf<allowedRuntimeTypes>> {
      // Set the summary equal to that representing the runtime types.
      let summary = TensorOf<allowedRuntimeTypes>.summary;
    }
    
    class TFL_TensorOfOrNone<list<Type> allowedRuntimeTypes, string description = "",
    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