TT-MLIR
|
Public Types | |
using | Adaptor = ConvTranspose2dOpAdaptor |
template<typename RangeT > | |
using | GenericAdaptor = ConvTranspose2dOpGenericAdaptor< RangeT > |
using | FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute > > |
using | Properties = FoldAdaptor::Properties |
Public Member Functions | |
static ::llvm::ArrayRef<::llvm::StringRef > | getAttributeNames () |
::mlir::StringAttr | getBatchSizeAttrName () |
::mlir::StringAttr | getDilationAttrName () |
::mlir::StringAttr | getGroupsAttrName () |
::mlir::StringAttr | getInChannelsAttrName () |
::mlir::StringAttr | getInputHeightAttrName () |
::mlir::StringAttr | getInputWidthAttrName () |
::mlir::StringAttr | getKernelSizeAttrName () |
::mlir::StringAttr | getOutChannelsAttrName () |
::mlir::StringAttr | getOutputPaddingAttrName () |
::mlir::StringAttr | getPaddingAttrName () |
::mlir::StringAttr | getStrideAttrName () |
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
::mlir::Operation::operand_range | getODSOperands (unsigned index) |
::mlir::TypedValue<::mlir::RankedTensorType > | getInput () |
::mlir::TypedValue<::mlir::RankedTensorType > | getWeight () |
::mlir::TypedValue<::mlir::RankedTensorType > | getBias () |
::mlir::TypedValue<::mlir::RankedTensorType > | getOutput () |
::mlir::TypedValue<::mlir::tt::DeviceType > | getDevice () |
::mlir::OpOperand & | getInputMutable () |
::mlir::OpOperand & | getWeightMutable () |
::mlir::MutableOperandRange | getBiasMutable () |
::mlir::OpOperand & | getOutputMutable () |
::mlir::OpOperand & | getDeviceMutable () |
std::pair< unsigned, unsigned > | getODSResultIndexAndLength (unsigned index) |
::mlir::Operation::result_range | getODSResults (unsigned index) |
::mlir::TypedValue<::mlir::RankedTensorType > | getResult () |
void | writeProperties (::mlir::DialectBytecodeWriter &writer) |
::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 | getOutputPaddingAttr () |
::llvm::ArrayRef< int32_t > | getOutputPadding () |
::mlir::DenseI32ArrayAttr | getDilationAttr () |
::llvm::ArrayRef< int32_t > | getDilation () |
::mlir::IntegerAttr | getGroupsAttr () |
uint32_t | getGroups () |
void | setInChannelsAttr (::mlir::IntegerAttr attr) |
void | setInChannels (uint32_t attrValue) |
void | setOutChannelsAttr (::mlir::IntegerAttr attr) |
void | setOutChannels (uint32_t attrValue) |
void | setBatchSizeAttr (::mlir::IntegerAttr attr) |
void | setBatchSize (uint32_t attrValue) |
void | setInputHeightAttr (::mlir::IntegerAttr attr) |
void | setInputHeight (uint32_t attrValue) |
void | setInputWidthAttr (::mlir::IntegerAttr attr) |
void | setInputWidth (uint32_t attrValue) |
void | setKernelSizeAttr (::mlir::DenseI32ArrayAttr attr) |
void | setKernelSize (::llvm::ArrayRef< int32_t > attrValue) |
void | setStrideAttr (::mlir::DenseI32ArrayAttr attr) |
void | setStride (::llvm::ArrayRef< int32_t > attrValue) |
void | setPaddingAttr (::mlir::DenseI32ArrayAttr attr) |
void | setPadding (::llvm::ArrayRef< int32_t > attrValue) |
void | setOutputPaddingAttr (::mlir::DenseI32ArrayAttr attr) |
void | setOutputPadding (::llvm::ArrayRef< int32_t > attrValue) |
void | setDilationAttr (::mlir::DenseI32ArrayAttr attr) |
void | setDilation (::llvm::ArrayRef< int32_t > attrValue) |
void | setGroupsAttr (::mlir::IntegerAttr attr) |
void | setGroups (uint32_t attrValue) |
::llvm::LogicalResult | verifyInvariantsImpl () |
::llvm::LogicalResult | verifyInvariants () |
::llvm::LogicalResult | verify () |
void | getEffects (::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect >> &effects) |
MutableOperandRange | getDpsInitsMutable () |
Static Public Member Functions | |
::mlir::StringAttr | getBatchSizeAttrName (::mlir::OperationName name) |
::mlir::StringAttr | getDilationAttrName (::mlir::OperationName name) |
::mlir::StringAttr | getGroupsAttrName (::mlir::OperationName name) |
::mlir::StringAttr | getInChannelsAttrName (::mlir::OperationName name) |
::mlir::StringAttr | getInputHeightAttrName (::mlir::OperationName name) |
::mlir::StringAttr | getInputWidthAttrName (::mlir::OperationName name) |
::mlir::StringAttr | getKernelSizeAttrName (::mlir::OperationName name) |
::mlir::StringAttr | getOutChannelsAttrName (::mlir::OperationName name) |
::mlir::StringAttr | getOutputPaddingAttrName (::mlir::OperationName name) |
::mlir::StringAttr | getPaddingAttrName (::mlir::OperationName name) |
::mlir::StringAttr | getStrideAttrName (::mlir::OperationName name) |
static constexpr ::llvm::StringLiteral | getOperationName () |
::llvm::LogicalResult | setPropertiesFromAttr (Properties &prop, ::mlir::Attribute attr, ::llvm::function_ref<::mlir::InFlightDiagnostic()> emitError) |
::mlir::Attribute | getPropertiesAsAttr (::mlir::MLIRContext *ctx, const Properties &prop) |
static llvm::hash_code | computePropertiesHash (const Properties &prop) |
static std::optional< mlir::Attribute > | getInherentAttr (::mlir::MLIRContext *ctx, const Properties &prop, llvm::StringRef name) |
static void | setInherentAttr (Properties &prop, llvm::StringRef name, mlir::Attribute value) |
static void | populateInherentAttrs (::mlir::MLIRContext *ctx, const Properties &prop, ::mlir::NamedAttrList &attrs) |
::llvm::LogicalResult | verifyInherentAttrs (::mlir::OperationName opName, ::mlir::NamedAttrList &attrs, llvm::function_ref<::mlir::InFlightDiagnostic()> emitError) |
::llvm::LogicalResult | readProperties (::mlir::DialectBytecodeReader &reader, ::mlir::OperationState &state) |
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type result, ::mlir::Value input, ::mlir::Value weight, ::mlir::Value bias, ::mlir::Value output, ::mlir::Value device, ::mlir::IntegerAttr in_channels, ::mlir::IntegerAttr out_channels, ::mlir::IntegerAttr batch_size, ::mlir::IntegerAttr input_height, ::mlir::IntegerAttr input_width, ::mlir::DenseI32ArrayAttr kernel_size, ::mlir::DenseI32ArrayAttr stride, ::mlir::DenseI32ArrayAttr padding, ::mlir::DenseI32ArrayAttr output_padding, ::mlir::DenseI32ArrayAttr dilation, ::mlir::IntegerAttr groups) |
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value input, ::mlir::Value weight, ::mlir::Value bias, ::mlir::Value output, ::mlir::Value device, ::mlir::IntegerAttr in_channels, ::mlir::IntegerAttr out_channels, ::mlir::IntegerAttr batch_size, ::mlir::IntegerAttr input_height, ::mlir::IntegerAttr input_width, ::mlir::DenseI32ArrayAttr kernel_size, ::mlir::DenseI32ArrayAttr stride, ::mlir::DenseI32ArrayAttr padding, ::mlir::DenseI32ArrayAttr output_padding, ::mlir::DenseI32ArrayAttr dilation, ::mlir::IntegerAttr groups) |
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type result, ::mlir::Value input, ::mlir::Value weight, ::mlir::Value bias, ::mlir::Value output, ::mlir::Value device, uint32_t in_channels, uint32_t out_channels, uint32_t batch_size, uint32_t input_height, uint32_t input_width, ::llvm::ArrayRef< int32_t > kernel_size, ::llvm::ArrayRef< int32_t > stride, ::llvm::ArrayRef< int32_t > padding, ::llvm::ArrayRef< int32_t > output_padding, ::llvm::ArrayRef< int32_t > dilation, uint32_t groups) |
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value input, ::mlir::Value weight, ::mlir::Value bias, ::mlir::Value output, ::mlir::Value device, uint32_t in_channels, uint32_t out_channels, uint32_t batch_size, uint32_t input_height, uint32_t input_width, ::llvm::ArrayRef< int32_t > kernel_size, ::llvm::ArrayRef< int32_t > stride, ::llvm::ArrayRef< int32_t > padding, ::llvm::ArrayRef< int32_t > output_padding, ::llvm::ArrayRef< int32_t > dilation, uint32_t groups) |
static void | build (::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={}) |
Private Member Functions | |
::mlir::StringAttr | getAttributeNameForIndex (unsigned index) |
Static Private Member Functions | |
::mlir::StringAttr | getAttributeNameForIndex (::mlir::OperationName name, unsigned index) |
using mlir::tt::ttnn::ConvTranspose2dOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute> > |
using mlir::tt::ttnn::ConvTranspose2dOp::GenericAdaptor = ConvTranspose2dOpGenericAdaptor<RangeT> |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
inlinestaticprivate |
|
inlineprivate |
|
inline |
uint32_t mlir::tt::ttnn::ConvTranspose2dOp::getBatchSize | ( | ) |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
mlir::MutableOperandRange mlir::tt::ttnn::ConvTranspose2dOp::getBiasMutable | ( | ) |
|
inline |
|
inline |
llvm::ArrayRef< int32_t > mlir::tt::ttnn::ConvTranspose2dOp::getDilation | ( | ) |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
void mlir::tt::ttnn::ConvTranspose2dOp::getEffects | ( | ::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect >> & | effects | ) |
uint32_t mlir::tt::ttnn::ConvTranspose2dOp::getGroups | ( | ) |
|
inline |
|
inline |
|
inlinestatic |
uint32_t mlir::tt::ttnn::ConvTranspose2dOp::getInChannels | ( | ) |
|
inline |
|
inline |
|
inlinestatic |
|
static |
|
inline |
uint32_t mlir::tt::ttnn::ConvTranspose2dOp::getInputHeight | ( | ) |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
uint32_t mlir::tt::ttnn::ConvTranspose2dOp::getInputWidth | ( | ) |
|
inline |
|
inline |
|
inlinestatic |
llvm::ArrayRef< int32_t > mlir::tt::ttnn::ConvTranspose2dOp::getKernelSize | ( | ) |
|
inline |
|
inline |
|
inlinestatic |
std::pair< unsigned, unsigned > mlir::tt::ttnn::ConvTranspose2dOp::getODSOperandIndexAndLength | ( | unsigned | index | ) |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
uint32_t mlir::tt::ttnn::ConvTranspose2dOp::getOutChannels | ( | ) |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
llvm::ArrayRef< int32_t > mlir::tt::ttnn::ConvTranspose2dOp::getOutputPadding | ( | ) |
|
inline |
|
inline |
|
inlinestatic |
llvm::ArrayRef< int32_t > mlir::tt::ttnn::ConvTranspose2dOp::getPadding | ( | ) |
|
inline |
|
inline |
|
inlinestatic |
|
static |
|
inline |
llvm::ArrayRef< int32_t > mlir::tt::ttnn::ConvTranspose2dOp::getStride | ( | ) |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
static |
|
static |
void mlir::tt::ttnn::ConvTranspose2dOp::setBatchSize | ( | uint32_t | attrValue | ) |
|
inline |
void mlir::tt::ttnn::ConvTranspose2dOp::setDilation | ( | ::llvm::ArrayRef< int32_t > | attrValue | ) |
|
inline |
void mlir::tt::ttnn::ConvTranspose2dOp::setGroups | ( | uint32_t | attrValue | ) |
|
inline |
void mlir::tt::ttnn::ConvTranspose2dOp::setInChannels | ( | uint32_t | attrValue | ) |
|
inline |
|
static |
void mlir::tt::ttnn::ConvTranspose2dOp::setInputHeight | ( | uint32_t | attrValue | ) |
|
inline |
void mlir::tt::ttnn::ConvTranspose2dOp::setInputWidth | ( | uint32_t | attrValue | ) |
|
inline |
void mlir::tt::ttnn::ConvTranspose2dOp::setKernelSize | ( | ::llvm::ArrayRef< int32_t > | attrValue | ) |
|
inline |
void mlir::tt::ttnn::ConvTranspose2dOp::setOutChannels | ( | uint32_t | attrValue | ) |
|
inline |
void mlir::tt::ttnn::ConvTranspose2dOp::setOutputPadding | ( | ::llvm::ArrayRef< int32_t > | attrValue | ) |
|
inline |
void mlir::tt::ttnn::ConvTranspose2dOp::setPadding | ( | ::llvm::ArrayRef< int32_t > | attrValue | ) |
|
inline |
|
static |
void mlir::tt::ttnn::ConvTranspose2dOp::setStride | ( | ::llvm::ArrayRef< int32_t > | attrValue | ) |
|
inline |
::llvm::LogicalResult mlir::tt::ttnn::ConvTranspose2dOp::verify | ( | ) |
|
static |
llvm::LogicalResult mlir::tt::ttnn::ConvTranspose2dOp::verifyInvariants | ( | ) |
llvm::LogicalResult mlir::tt::ttnn::ConvTranspose2dOp::verifyInvariantsImpl | ( | ) |
void mlir::tt::ttnn::ConvTranspose2dOp::writeProperties | ( | ::mlir::DialectBytecodeWriter & | writer | ) |