|
| MatmulOpAdaptor (MatmulOp op) |
|
::llvm::LogicalResult | verify (::mlir::Location loc) |
|
| MatmulOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| MatmulOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) |
|
| MatmulOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr) |
|
| MatmulOpGenericAdaptor (RangeT values, const MatmulOpGenericAdaptorBase &base) |
|
template<typename LateInst = MatmulOp, typename = std::enable_if_t<std::is_same_v<LateInst, MatmulOp>>> |
| MatmulOpGenericAdaptor (RangeT values, LateInst op) |
|
| MatmulOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| MatmulOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) |
|
| MatmulOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr) |
|
| MatmulOpGenericAdaptor (RangeT values, const MatmulOpGenericAdaptorBase &base) |
|
template<typename LateInst = MatmulOp, typename = std::enable_if_t<std::is_same_v<LateInst, MatmulOp>>> |
| MatmulOpGenericAdaptor (RangeT values, LateInst op) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
|
RangeT | getODSOperands (unsigned index) |
|
ValueT | getA () |
|
ValueT | getB () |
|
RangeT | getOperands () |
|
| MatmulOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| MatmulOpGenericAdaptorBase (MatmulOp op) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize) |
|
const Properties & | getProperties () |
|
::mlir::DictionaryAttr | getAttributes () |
|
::mlir::BoolAttr | getTransposeAAttr () |
|
bool | getTransposeA () |
|
::mlir::BoolAttr | getTransposeBAttr () |
|
bool | getTransposeB () |
|
::mlir::Attribute | getMatmulProgramConfigAttr () |
|
::std::optional<::mlir::Attribute > | getMatmulProgramConfig () |
|