|
| ProdOpAdaptor (ProdOp op) |
|
::llvm::LogicalResult | verify (::mlir::Location loc) |
|
| ProdOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| ProdOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) |
|
| ProdOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr) |
|
template<typename LateInst = ProdOp, typename = std::enable_if_t<std::is_same_v<LateInst, ProdOp>>> |
| ProdOpGenericAdaptor (RangeT values, LateInst op) |
|
| ProdOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| ProdOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) |
|
| ProdOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr) |
|
template<typename LateInst = ProdOp, typename = std::enable_if_t<std::is_same_v<LateInst, ProdOp>>> |
| ProdOpGenericAdaptor (RangeT values, LateInst op) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
|
RangeT | getODSOperands (unsigned index) |
|
ValueT | getInput () |
|
RangeT | getOperands () |
|
| ProdOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| ProdOpGenericAdaptorBase (ProdOp op) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize) |
|
const Properties & | getProperties () |
|
::mlir::DictionaryAttr | getAttributes () |
|
::mlir::BoolAttr | getAllDimensionsAttr () |
|
bool | getAllDimensions () |
|
::mlir::BoolAttr | getKeepDimAttr () |
|
bool | getKeepDim () |
|
::mlir::IntegerAttr | getDimArgAttr () |
|
uint64_t | getDimArg () |
|
::mlir::tt::ttnn::MemoryConfigAttr | getMemoryConfigAttr () |
|
::std::optional<::mlir::tt::ttnn::MemoryConfigAttr > | getMemoryConfig () |
|