|
| DotGeneralOpAdaptor (DotGeneralOp op) |
|
::llvm::LogicalResult | verify (::mlir::Location loc) |
|
| DotGeneralOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| DotGeneralOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) |
|
| DotGeneralOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr) |
|
template<typename LateInst = DotGeneralOp, typename = std::enable_if_t<std::is_same_v<LateInst, DotGeneralOp>>> |
| DotGeneralOpGenericAdaptor (RangeT values, LateInst op) |
|
| DotGeneralOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| DotGeneralOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) |
|
| DotGeneralOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs=nullptr) |
|
| DotGeneralOpGenericAdaptor (::mlir::ValueRange values, LateInst op) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
|
::mlir::ValueRange | getODSOperands (unsigned index) |
|
ValueT | getLhs () |
|
ValueT | getRhs () |
|
::mlir::ValueRange | getOperands () |
|
| DotGeneralOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| DotGeneralOpGenericAdaptorBase (DotGeneralOp op) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize) |
|
const Properties & | getProperties () |
|
::mlir::DictionaryAttr | getAttributes () |
|
::mlir::DenseI64ArrayAttr | getBatchDimsLhsAttr () |
|
::llvm::ArrayRef< int64_t > | getBatchDimsLhs () |
|
::mlir::DenseI64ArrayAttr | getContractDimsLhsAttr () |
|
::llvm::ArrayRef< int64_t > | getContractDimsLhs () |
|
::mlir::DenseI64ArrayAttr | getBatchDimsRhsAttr () |
|
::llvm::ArrayRef< int64_t > | getBatchDimsRhs () |
|
::mlir::DenseI64ArrayAttr | getContractDimsRhsAttr () |
|
::llvm::ArrayRef< int64_t > | getContractDimsRhs () |
|