|
| LinearOpAdaptor (LinearOp op) |
|
::llvm::LogicalResult | verify (::mlir::Location loc) |
|
| LinearOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| LinearOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) |
|
| LinearOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr) |
|
| LinearOpGenericAdaptor (RangeT values, const LinearOpGenericAdaptorBase &base) |
|
template<typename LateInst = LinearOp, typename = std::enable_if_t<std::is_same_v<LateInst, LinearOp>>> |
| LinearOpGenericAdaptor (RangeT values, LateInst op) |
|
| LinearOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| LinearOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) |
|
| LinearOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr) |
|
| LinearOpGenericAdaptor (RangeT values, const LinearOpGenericAdaptorBase &base) |
|
template<typename LateInst = LinearOp, typename = std::enable_if_t<std::is_same_v<LateInst, LinearOp>>> |
| LinearOpGenericAdaptor (RangeT values, LateInst op) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
|
RangeT | getODSOperands (unsigned index) |
|
ValueT | getA () |
|
ValueT | getB () |
|
ValueT | getBias () |
|
RangeT | getOperands () |
|
| LinearOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| LinearOpGenericAdaptorBase (LinearOp 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 () |
|