|
| ArangeOpAdaptor (ArangeOp op) |
|
::llvm::LogicalResult | verify (::mlir::Location loc) |
|
| ArangeOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| ArangeOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) |
|
| ArangeOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr) |
|
template<typename LateInst = ArangeOp, typename = std::enable_if_t<std::is_same_v<LateInst, ArangeOp>>> |
| ArangeOpGenericAdaptor (RangeT values, LateInst op) |
|
| ArangeOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| ArangeOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) |
|
| ArangeOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr) |
|
template<typename LateInst = ArangeOp, typename = std::enable_if_t<std::is_same_v<LateInst, ArangeOp>>> |
| ArangeOpGenericAdaptor (RangeT values, LateInst op) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
|
RangeT | getODSOperands (unsigned index) |
|
ValueT | getDevice () |
|
RangeT | getOperands () |
|
| ArangeOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| ArangeOpGenericAdaptorBase (ArangeOp op) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize) |
|
const Properties & | getProperties () |
|
::mlir::DictionaryAttr | getAttributes () |
|
::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 () |
|