Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TFRAttr (0.29 sec)

  1. tensorflow/compiler/mlir/tfr/ir/tfr_ops.td

    def TFR_AllTensorTypes : Type<Or<[
        TFR_TensorType.predicate,
        TFR_TensorListType.predicate]>, "all tensor related types">;
    
    // attribute argument types
    def TFR_AttrType : TFR_Type<"TFRAttr">;
    def TFR_AttrScalarType: TypeAlias<TF_ElementType, "scalar attribute">;
    def TFR_AttrVectorType : VectorOf<[TF_ElementType, TFR_AttrType]>;
    def TFR_AllAttrTypes : Type<Or<[
        TFR_AttrType.predicate,
        Index.predicate,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 10:54:29 UTC 2024
    - 17.4K bytes
    - Viewed (0)
Back to top