Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TFL_RuntimeType (0.09 sec)

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

    // TFL Runtime type predicate.
    class TFL_RuntimeType<TypeConstraint t> {
      Pred tflRuntimeTypePredicate = t.predicate;
      string tflRuntimeTypeDescription = t.summary;
    }
    
    class TFL_AnyTypeOf<list<Type> allowedRuntimeTypes, string description = "",
                        list<Type> allowedOpTypes = [AnyType]> :
      AnyTypeOf<allowedOpTypes, description>,
      TFL_RuntimeType<AnyTypeOf<allowedRuntimeTypes, 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