Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/mlir/tfr/ir/tfr_types.h

      static std::string getTypeName() { return "TFRTensorListType"; }
    };
    
    class TFRAttrType : public Type::TypeBase<TFRAttrType, TFRType, TypeStorage> {
     public:
      using Base::Base;
      static constexpr StringLiteral name = "tfr.attr";
      static std::string getTypeName() { return "TFRAttrType"; }
    };
    
    }  // namespace TFR
    }  // namespace mlir
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Dec 05 07:17:01 UTC 2023
    - 4.1K bytes
    - Viewed (0)
Back to top