TT-MLIR
Public Member Functions | List of all members
mlir::tt::ttnn::PrepareConv2dWeightsOpAdaptor Class Reference
Inheritance diagram for mlir::tt::ttnn::PrepareConv2dWeightsOpAdaptor:
mlir::tt::ttnn::PrepareConv2dWeightsOpGenericAdaptor<::mlir::ValueRange > mlir::tt::ttnn::detail::PrepareConv2dWeightsOpGenericAdaptorBase

Public Member Functions

 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)
 
- Public Member Functions inherited from mlir::tt::ttnn::PrepareConv2dWeightsOpGenericAdaptor<::mlir::ValueRange >
 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 ()
 
- Public Member Functions inherited from mlir::tt::ttnn::detail::PrepareConv2dWeightsOpGenericAdaptorBase
 PrepareConv2dWeightsOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 PrepareConv2dWeightsOpGenericAdaptorBase (PrepareConv2dWeightsOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::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::Conv2dConfigAttrgetConv2dConfig ()
 

Additional Inherited Members

- Protected Attributes inherited from mlir::tt::ttnn::detail::PrepareConv2dWeightsOpGenericAdaptorBase
::mlir::DictionaryAttr odsAttrs
 
::std::optional<::mlir::OperationName > odsOpName
 
Properties properties
 
::mlir::RegionRange odsRegions
 

Constructor & Destructor Documentation

◆ PrepareConv2dWeightsOpAdaptor()

mlir::tt::ttnn::PrepareConv2dWeightsOpAdaptor::PrepareConv2dWeightsOpAdaptor ( PrepareConv2dWeightsOp  op)

Member Function Documentation

◆ PrepareConv2dWeightsOpGenericAdaptor() [1/5]

◆ PrepareConv2dWeightsOpGenericAdaptor() [2/5]

◆ PrepareConv2dWeightsOpGenericAdaptor() [3/5]

◆ PrepareConv2dWeightsOpGenericAdaptor() [4/5]

◆ PrepareConv2dWeightsOpGenericAdaptor() [5/5]

template<typename LateInst = PrepareConv2dWeightsOp, typename = std::enable_if_t<std::is_same_v<LateInst, PrepareConv2dWeightsOp>>>
mlir::tt::ttnn::PrepareConv2dWeightsOpGenericAdaptor< RangeT >::PrepareConv2dWeightsOpGenericAdaptor ( typename LateInst  = PrepareConv2dWeightsOp,
typename  = std::enable_if_t<std::is_same_v<LateInst, PrepareConv2dWeightsOp>> 
)
inline

◆ verify()

llvm::LogicalResult mlir::tt::ttnn::PrepareConv2dWeightsOpAdaptor::verify ( ::mlir::Location  loc)

The documentation for this class was generated from the following files: