TT-MLIR
|
Public Types | |
using | Adaptor = ArangeOpAdaptor |
template<typename RangeT > | |
using | GenericAdaptor = ArangeOpGenericAdaptor< RangeT > |
using | FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute > > |
using | Properties = FoldAdaptor::Properties |
Public Member Functions | |
static ::llvm::ArrayRef<::llvm::StringRef > | getAttributeNames () |
::mlir::StringAttr | getDtypeAttrName () |
::mlir::StringAttr | getEndAttrName () |
::mlir::StringAttr | getMemoryConfigAttrName () |
::mlir::StringAttr | getStartAttrName () |
::mlir::StringAttr | getStepAttrName () |
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
::mlir::Operation::operand_range | getODSOperands (unsigned index) |
::mlir::TypedValue<::mlir::tt::DeviceType > | getDevice () |
::mlir::MutableOperandRange | getDeviceMutable () |
std::pair< unsigned, unsigned > | getODSResultIndexAndLength (unsigned index) |
::mlir::Operation::result_range | getODSResults (unsigned index) |
::mlir::TypedValue<::mlir::RankedTensorType > | getResult () |
void | writeProperties (::mlir::DialectBytecodeWriter &writer) |
::mlir::IntegerAttr | getStartAttr () |
uint64_t | getStart () |
::mlir::IntegerAttr | getEndAttr () |
uint64_t | getEnd () |
::mlir::IntegerAttr | getStepAttr () |
uint64_t | getStep () |
::mlir::tt::DataTypeAttr | getDtypeAttr () |
::std::optional<::mlir::tt::DataType > | getDtype () |
::mlir::tt::ttnn::MemoryConfigAttr | getMemoryConfigAttr () |
::std::optional<::mlir::tt::ttnn::MemoryConfigAttr > | getMemoryConfig () |
void | setStartAttr (::mlir::IntegerAttr attr) |
void | setStart (uint64_t attrValue) |
void | setEndAttr (::mlir::IntegerAttr attr) |
void | setEnd (uint64_t attrValue) |
void | setStepAttr (::mlir::IntegerAttr attr) |
void | setStep (uint64_t attrValue) |
void | setDtypeAttr (::mlir::tt::DataTypeAttr attr) |
void | setDtype (::std::optional<::mlir::tt::DataType > attrValue) |
void | setMemoryConfigAttr (::mlir::tt::ttnn::MemoryConfigAttr attr) |
::mlir::Attribute | removeDtypeAttr () |
::mlir::Attribute | removeMemoryConfigAttr () |
::llvm::LogicalResult | verifyInvariantsImpl () |
::llvm::LogicalResult | verifyInvariants () |
::llvm::LogicalResult | verify () |
Static Public Member Functions | |
::mlir::StringAttr | getDtypeAttrName (::mlir::OperationName name) |
::mlir::StringAttr | getEndAttrName (::mlir::OperationName name) |
::mlir::StringAttr | getMemoryConfigAttrName (::mlir::OperationName name) |
::mlir::StringAttr | getStartAttrName (::mlir::OperationName name) |
::mlir::StringAttr | getStepAttrName (::mlir::OperationName name) |
static constexpr ::llvm::StringLiteral | getOperationName () |
::llvm::LogicalResult | setPropertiesFromAttr (Properties &prop, ::mlir::Attribute attr, ::llvm::function_ref<::mlir::InFlightDiagnostic()> emitError) |
::mlir::Attribute | getPropertiesAsAttr (::mlir::MLIRContext *ctx, const Properties &prop) |
static llvm::hash_code | computePropertiesHash (const Properties &prop) |
static std::optional< mlir::Attribute > | getInherentAttr (::mlir::MLIRContext *ctx, const Properties &prop, llvm::StringRef name) |
static void | setInherentAttr (Properties &prop, llvm::StringRef name, mlir::Attribute value) |
static void | populateInherentAttrs (::mlir::MLIRContext *ctx, const Properties &prop, ::mlir::NamedAttrList &attrs) |
::llvm::LogicalResult | verifyInherentAttrs (::mlir::OperationName opName, ::mlir::NamedAttrList &attrs, llvm::function_ref<::mlir::InFlightDiagnostic()> emitError) |
::llvm::LogicalResult | readProperties (::mlir::DialectBytecodeReader &reader, ::mlir::OperationState &state) |
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type result, ::mlir::IntegerAttr start, ::mlir::IntegerAttr end, ::mlir::IntegerAttr step, ::mlir::tt::DataTypeAttr dtype, ::mlir::Value device, ::mlir::tt::ttnn::MemoryConfigAttr memory_config) |
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::IntegerAttr start, ::mlir::IntegerAttr end, ::mlir::IntegerAttr step, ::mlir::tt::DataTypeAttr dtype, ::mlir::Value device, ::mlir::tt::ttnn::MemoryConfigAttr memory_config) |
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type result, uint64_t start, uint64_t end, uint64_t step, ::mlir::tt::DataTypeAttr dtype, ::mlir::Value device, ::mlir::tt::ttnn::MemoryConfigAttr memory_config) |
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, uint64_t start, uint64_t end, uint64_t step, ::mlir::tt::DataTypeAttr dtype, ::mlir::Value device, ::mlir::tt::ttnn::MemoryConfigAttr memory_config) |
static void | build (::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={}) |
Private Member Functions | |
::mlir::StringAttr | getAttributeNameForIndex (unsigned index) |
Static Private Member Functions | |
::mlir::StringAttr | getAttributeNameForIndex (::mlir::OperationName name, unsigned index) |
using mlir::tt::ttnn::ArangeOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute> > |
using mlir::tt::ttnn::ArangeOp::GenericAdaptor = ArangeOpGenericAdaptor<RangeT> |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
inlinestaticprivate |
|
inlineprivate |
|
inline |
|
inline |
mlir::MutableOperandRange mlir::tt::ttnn::ArangeOp::getDeviceMutable | ( | ) |
std::optional<::mlir::tt::DataType > mlir::tt::ttnn::ArangeOp::getDtype | ( | ) |
|
inline |
|
inline |
|
inlinestatic |
uint64_t mlir::tt::ttnn::ArangeOp::getEnd | ( | ) |
|
inline |
|
inline |
|
inlinestatic |
|
static |
std::optional<::mlir::tt::ttnn::MemoryConfigAttr > mlir::tt::ttnn::ArangeOp::getMemoryConfig | ( | ) |
|
inline |
|
inline |
|
inlinestatic |
std::pair< unsigned, unsigned > mlir::tt::ttnn::ArangeOp::getODSOperandIndexAndLength | ( | unsigned | index | ) |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
static |
|
inline |
uint64_t mlir::tt::ttnn::ArangeOp::getStart | ( | ) |
|
inline |
|
inline |
|
inlinestatic |
uint64_t mlir::tt::ttnn::ArangeOp::getStep | ( | ) |
|
inline |
|
inline |
|
inlinestatic |
|
static |
|
static |
|
inline |
|
inline |
void mlir::tt::ttnn::ArangeOp::setDtype | ( | ::std::optional<::mlir::tt::DataType > | attrValue | ) |
|
inline |
void mlir::tt::ttnn::ArangeOp::setEnd | ( | uint64_t | attrValue | ) |
|
inline |
|
static |
|
inline |
|
static |
void mlir::tt::ttnn::ArangeOp::setStart | ( | uint64_t | attrValue | ) |
|
inline |
void mlir::tt::ttnn::ArangeOp::setStep | ( | uint64_t | attrValue | ) |
|
inline |
::llvm::LogicalResult mlir::tt::ttnn::ArangeOp::verify | ( | ) |
|
static |
llvm::LogicalResult mlir::tt::ttnn::ArangeOp::verifyInvariants | ( | ) |
llvm::LogicalResult mlir::tt::ttnn::ArangeOp::verifyInvariantsImpl | ( | ) |
void mlir::tt::ttnn::ArangeOp::writeProperties | ( | ::mlir::DialectBytecodeWriter & | writer | ) |