|
| PrepareConv2dWeightsOpAdaptor (PrepareConv2dWeightsOp op) |
|
::llvm::LogicalResult | verify (::mlir::Location loc) |
|
| PrepareConv2dWeightsOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| PrepareConv2dWeightsOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) |
|
| PrepareConv2dWeightsOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr) |
|
| PrepareConv2dWeightsOpGenericAdaptor (RangeT values, const PrepareConv2dWeightsOpGenericAdaptorBase &base) |
|
template<typename LateInst = PrepareConv2dWeightsOp, typename = std::enable_if_t<std::is_same_v<LateInst, PrepareConv2dWeightsOp>>> |
| PrepareConv2dWeightsOpGenericAdaptor (RangeT values, LateInst op) |
|
| PrepareConv2dWeightsOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| PrepareConv2dWeightsOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) |
|
| PrepareConv2dWeightsOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs=nullptr) |
|
| PrepareConv2dWeightsOpGenericAdaptor (::mlir::ValueRange values, const PrepareConv2dWeightsOpGenericAdaptorBase &base) |
|
| PrepareConv2dWeightsOpGenericAdaptor (::mlir::ValueRange values, LateInst op) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
|
::mlir::ValueRange | getODSOperands (unsigned index) |
|
ValueT | getWeightTensor () |
|
ValueT | getDevice () |
|
::mlir::ValueRange | getOperands () |
|
| PrepareConv2dWeightsOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| PrepareConv2dWeightsOpGenericAdaptorBase (PrepareConv2dWeightsOp op) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize) |
|
const Properties & | getProperties () |
|
::mlir::DictionaryAttr | getAttributes () |
|
::mlir::tt::ttnn::MemoryConfigAttr | getInputMemoryConfigAttr () |
|
::mlir::tt::ttnn::MemoryConfigAttr | getInputMemoryConfig () |
|
::mlir::tt::ttnn::LayoutAttr | getInputTensorLayoutAttr () |
|
::mlir::tt::ttnn::Layout | getInputTensorLayout () |
|
::mlir::StringAttr | getWeightsFormatAttr () |
|
::llvm::StringRef | getWeightsFormat () |
|
::mlir::IntegerAttr | getInChannelsAttr () |
|
uint32_t | getInChannels () |
|
::mlir::IntegerAttr | getOutChannelsAttr () |
|
uint32_t | getOutChannels () |
|
::mlir::IntegerAttr | getBatchSizeAttr () |
|
uint32_t | getBatchSize () |
|
::mlir::IntegerAttr | getInputHeightAttr () |
|
uint32_t | getInputHeight () |
|
::mlir::IntegerAttr | getInputWidthAttr () |
|
uint32_t | getInputWidth () |
|
::mlir::DenseI32ArrayAttr | getKernelSizeAttr () |
|
::llvm::ArrayRef< int32_t > | getKernelSize () |
|
::mlir::DenseI32ArrayAttr | getStrideAttr () |
|
::llvm::ArrayRef< int32_t > | getStride () |
|
::mlir::DenseI32ArrayAttr | getPaddingAttr () |
|
::llvm::ArrayRef< int32_t > | getPadding () |
|
::mlir::DenseI32ArrayAttr | getDilationAttr () |
|
::llvm::ArrayRef< int32_t > | getDilation () |
|
::mlir::BoolAttr | getHasBiasAttr () |
|
bool | getHasBias () |
|
::mlir::IntegerAttr | getGroupsAttr () |
|
uint32_t | getGroups () |
|
::mlir::tt::ttnn::Conv2dConfigAttr | getConv2dConfigAttr () |
|
::std::optional<::mlir::tt::ttnn::Conv2dConfigAttr > | getConv2dConfig () |
|