|
| Conv2dOpAdaptor (Conv2dOp op) |
|
::llvm::LogicalResult | verify (::mlir::Location loc) |
|
| Conv2dOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| Conv2dOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) |
|
| Conv2dOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr) |
|
| Conv2dOpGenericAdaptor (RangeT values, const Conv2dOpGenericAdaptorBase &base) |
|
template<typename LateInst = Conv2dOp, typename = std::enable_if_t<std::is_same_v<LateInst, Conv2dOp>>> |
| Conv2dOpGenericAdaptor (RangeT values, LateInst op) |
|
| Conv2dOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| Conv2dOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) |
|
| Conv2dOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs=nullptr) |
|
| Conv2dOpGenericAdaptor (::mlir::ValueRange values, const Conv2dOpGenericAdaptorBase &base) |
|
| Conv2dOpGenericAdaptor (::mlir::ValueRange values, LateInst op) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
|
::mlir::ValueRange | getODSOperands (unsigned index) |
|
ValueT | getInput () |
|
ValueT | getWeight () |
|
ValueT | getBias () |
|
ValueT | getOutput () |
|
::mlir::ValueRange | getOperands () |
|
| Conv2dOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| Conv2dOpGenericAdaptorBase (Conv2dOp op) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize) |
|
const Properties & | getProperties () |
|
::mlir::DictionaryAttr | getAttributes () |
|
::mlir::Attribute | getStrideAttr () |
|
::mlir::Attribute | getStride () |
|
::mlir::Attribute | getPaddingAttr () |
|
::mlir::Attribute | getPadding () |
|
::mlir::Attribute | getDilationAttr () |
|
::mlir::Attribute | getDilation () |
|
::mlir::IntegerAttr | getGroupsAttr () |
|
uint32_t | getGroups () |
|
::mlir::tt::ttir::FlattenedCompatInfoAttr | getFlattenedCompatInfoAttr () |
|
::mlir::tt::ttir::FlattenedCompatInfoAttr | getFlattenedCompatInfo () |
|