TT-MLIR
Public Types | Public Member Functions | Static Public Member Functions | Private Member Functions | Static Private Member Functions | List of all members
mlir::tt::ttir::Upsample2dOp Class Reference
Inheritance diagram for mlir::tt::ttir::Upsample2dOp:

Public Types

using Adaptor = Upsample2dOpAdaptor
 
template<typename RangeT >
using GenericAdaptor = Upsample2dOpGenericAdaptor< RangeT >
 
using FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute > >
 
using Properties = FoldAdaptor::Properties
 

Public Member Functions

static ::llvm::ArrayRef<::llvm::StringRef > getAttributeNames ()
 
::mlir::StringAttr getModeAttrName ()
 
::mlir::StringAttr getScaleFactorAttrName ()
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
::mlir::Operation::operand_range getODSOperands (unsigned index)
 
::mlir::TypedValue<::mlir::RankedTensorType > getInput ()
 
::mlir::TypedValue<::mlir::RankedTensorType > getOutput ()
 
::mlir::OpOperand & getInputMutable ()
 
::mlir::OpOperand & getOutputMutable ()
 
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::Attribute getScaleFactorAttr ()
 
::mlir::Attribute getScaleFactor ()
 
::mlir::StringAttr getModeAttr ()
 
::llvm::StringRef getMode ()
 
void setScaleFactorAttr (::mlir::Attribute attr)
 
void setModeAttr (::mlir::StringAttr attr)
 
void setMode (::llvm::StringRef 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 getModeAttrName (::mlir::OperationName name)
 
::mlir::StringAttr getScaleFactorAttrName (::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 output, ::mlir::Attribute scale_factor, ::mlir::StringAttr mode)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value input, ::mlir::Value output, ::mlir::Attribute scale_factor, ::mlir::StringAttr mode)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type result, ::mlir::Value input, ::mlir::Value output, ::mlir::Attribute scale_factor, ::llvm::StringRef mode="nearest")
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value input, ::mlir::Value output, ::mlir::Attribute scale_factor, ::llvm::StringRef mode="nearest")
 
static void build (::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={})
 
static void populateDefaultProperties (::mlir::OperationName opName, Properties &properties)
 

Private Member Functions

::mlir::StringAttr getAttributeNameForIndex (unsigned index)
 

Static Private Member Functions

::mlir::StringAttr getAttributeNameForIndex (::mlir::OperationName name, unsigned index)
 

Member Typedef Documentation

◆ Adaptor

◆ FoldAdaptor

using mlir::tt::ttir::Upsample2dOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute> >

◆ GenericAdaptor

◆ Properties

Member Function Documentation

◆ build() [1/5]

void mlir::tt::ttir::Upsample2dOp::build ( ::mlir::OpBuilder &  ,
::mlir::OperationState &  odsState,
::mlir::TypeRange  resultTypes,
::mlir::ValueRange  operands,
::llvm::ArrayRef<::mlir::NamedAttribute >  attributes = {} 
)
static

◆ build() [2/5]

void mlir::tt::ttir::Upsample2dOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::Type  result,
::mlir::Value  input,
::mlir::Value  output,
::mlir::Attribute  scale_factor,
::llvm::StringRef  mode = "nearest" 
)
static

◆ build() [3/5]

void mlir::tt::ttir::Upsample2dOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::Type  result,
::mlir::Value  input,
::mlir::Value  output,
::mlir::Attribute  scale_factor,
::mlir::StringAttr  mode 
)
static

◆ build() [4/5]

void mlir::tt::ttir::Upsample2dOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::TypeRange  resultTypes,
::mlir::Value  input,
::mlir::Value  output,
::mlir::Attribute  scale_factor,
::llvm::StringRef  mode = "nearest" 
)
static

◆ build() [5/5]

void mlir::tt::ttir::Upsample2dOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::TypeRange  resultTypes,
::mlir::Value  input,
::mlir::Value  output,
::mlir::Attribute  scale_factor,
::mlir::StringAttr  mode 
)
static

◆ computePropertiesHash()

llvm::hash_code mlir::tt::ttir::Upsample2dOp::computePropertiesHash ( const Properties prop)
static

◆ getAttributeNameForIndex() [1/2]

::mlir::StringAttr mlir::tt::ttir::Upsample2dOp::getAttributeNameForIndex ( ::mlir::OperationName  name,
unsigned  index 
)
inlinestaticprivate

◆ getAttributeNameForIndex() [2/2]

::mlir::StringAttr mlir::tt::ttir::Upsample2dOp::getAttributeNameForIndex ( unsigned  index)
inlineprivate

◆ getAttributeNames()

static ::llvm::ArrayRef<::llvm::StringRef> mlir::tt::ttir::Upsample2dOp::getAttributeNames ( )
inline

◆ getDpsInitsMutable()

MutableOperandRange mlir::tt::ttir::Upsample2dOp::getDpsInitsMutable ( )
inline

◆ getEffects()

void mlir::tt::ttir::Upsample2dOp::getEffects ( ::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect >> &  effects)

◆ getInherentAttr()

std::optional< mlir::Attribute > mlir::tt::ttir::Upsample2dOp::getInherentAttr ( ::mlir::MLIRContext *  ctx,
const Properties prop,
llvm::StringRef  name 
)
static

◆ getInput()

::mlir::TypedValue<::mlir::RankedTensorType> mlir::tt::ttir::Upsample2dOp::getInput ( )
inline

◆ getInputMutable()

::mlir::OpOperand& mlir::tt::ttir::Upsample2dOp::getInputMutable ( )
inline

◆ getMode()

llvm::StringRef mlir::tt::ttir::Upsample2dOp::getMode ( )

◆ getModeAttr()

::mlir::StringAttr mlir::tt::ttir::Upsample2dOp::getModeAttr ( )
inline

◆ getModeAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttir::Upsample2dOp::getModeAttrName ( )
inline

◆ getModeAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttir::Upsample2dOp::getModeAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ getODSOperandIndexAndLength()

std::pair<unsigned, unsigned> mlir::tt::ttir::Upsample2dOp::getODSOperandIndexAndLength ( unsigned  index)
inline

◆ getODSOperands()

::mlir::Operation::operand_range mlir::tt::ttir::Upsample2dOp::getODSOperands ( unsigned  index)
inline

◆ getODSResultIndexAndLength()

std::pair<unsigned, unsigned> mlir::tt::ttir::Upsample2dOp::getODSResultIndexAndLength ( unsigned  index)
inline

◆ getODSResults()

::mlir::Operation::result_range mlir::tt::ttir::Upsample2dOp::getODSResults ( unsigned  index)
inline

◆ getOperationName()

static constexpr ::llvm::StringLiteral mlir::tt::ttir::Upsample2dOp::getOperationName ( )
inlinestatic

◆ getOutput()

::mlir::TypedValue<::mlir::RankedTensorType> mlir::tt::ttir::Upsample2dOp::getOutput ( )
inline

◆ getOutputMutable()

::mlir::OpOperand& mlir::tt::ttir::Upsample2dOp::getOutputMutable ( )
inline

◆ getPropertiesAsAttr()

mlir::Attribute mlir::tt::ttir::Upsample2dOp::getPropertiesAsAttr ( ::mlir::MLIRContext *  ctx,
const Properties prop 
)
static

◆ getResult()

::mlir::TypedValue<::mlir::RankedTensorType> mlir::tt::ttir::Upsample2dOp::getResult ( )
inline

◆ getScaleFactor()

mlir::Attribute mlir::tt::ttir::Upsample2dOp::getScaleFactor ( )

◆ getScaleFactorAttr()

::mlir::Attribute mlir::tt::ttir::Upsample2dOp::getScaleFactorAttr ( )
inline

◆ getScaleFactorAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttir::Upsample2dOp::getScaleFactorAttrName ( )
inline

◆ getScaleFactorAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttir::Upsample2dOp::getScaleFactorAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ populateDefaultProperties()

void mlir::tt::ttir::Upsample2dOp::populateDefaultProperties ( ::mlir::OperationName  opName,
Properties properties 
)
static

◆ populateInherentAttrs()

void mlir::tt::ttir::Upsample2dOp::populateInherentAttrs ( ::mlir::MLIRContext *  ctx,
const Properties prop,
::mlir::NamedAttrList &  attrs 
)
static

◆ readProperties()

llvm::LogicalResult mlir::tt::ttir::Upsample2dOp::readProperties ( ::mlir::DialectBytecodeReader &  reader,
::mlir::OperationState &  state 
)
static

◆ setInherentAttr()

void mlir::tt::ttir::Upsample2dOp::setInherentAttr ( Properties prop,
llvm::StringRef  name,
mlir::Attribute  value 
)
static

◆ setMode()

void mlir::tt::ttir::Upsample2dOp::setMode ( ::llvm::StringRef  attrValue)

◆ setModeAttr()

void mlir::tt::ttir::Upsample2dOp::setModeAttr ( ::mlir::StringAttr  attr)
inline

◆ setPropertiesFromAttr()

llvm::LogicalResult mlir::tt::ttir::Upsample2dOp::setPropertiesFromAttr ( Properties prop,
::mlir::Attribute  attr,
::llvm::function_ref<::mlir::InFlightDiagnostic()>  emitError 
)
static

◆ setScaleFactorAttr()

void mlir::tt::ttir::Upsample2dOp::setScaleFactorAttr ( ::mlir::Attribute  attr)
inline

◆ verify()

::llvm::LogicalResult mlir::tt::ttir::Upsample2dOp::verify ( )

◆ verifyInherentAttrs()

llvm::LogicalResult mlir::tt::ttir::Upsample2dOp::verifyInherentAttrs ( ::mlir::OperationName  opName,
::mlir::NamedAttrList &  attrs,
llvm::function_ref<::mlir::InFlightDiagnostic()>  emitError 
)
static

◆ verifyInvariants()

llvm::LogicalResult mlir::tt::ttir::Upsample2dOp::verifyInvariants ( )

◆ verifyInvariantsImpl()

llvm::LogicalResult mlir::tt::ttir::Upsample2dOp::verifyInvariantsImpl ( )

◆ writeProperties()

void mlir::tt::ttir::Upsample2dOp::writeProperties ( ::mlir::DialectBytecodeWriter &  writer)

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