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::GetDimensionSizeOp Class Reference
Inheritance diagram for mlir::tt::ttir::GetDimensionSizeOp:

Public Types

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

Public Member Functions

static ::llvm::ArrayRef<::llvm::StringRef > getAttributeNames ()
 
::mlir::StringAttr getDimensionAttrName ()
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
::mlir::Operation::operand_range getODSOperands (unsigned index)
 
::mlir::TypedValue<::mlir::RankedTensorType > getOperand ()
 
::mlir::OpOperand & getOperandMutable ()
 
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 getDimensionAttr ()
 
uint32_t getDimension ()
 
void setDimensionAttr (::mlir::IntegerAttr attr)
 
void setDimension (uint32_t attrValue)
 
::llvm::LogicalResult verifyInvariantsImpl ()
 
::llvm::LogicalResult verifyInvariants ()
 
::llvm::LogicalResult verify ()
 
::mlir::OpFoldResult fold (FoldAdaptor adaptor)
 

Static Public Member Functions

::mlir::StringAttr getDimensionAttrName (::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 operand, ::mlir::IntegerAttr dimension)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value operand, ::mlir::IntegerAttr dimension)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type result, ::mlir::Value operand, uint32_t dimension)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value operand, uint32_t dimension)
 
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)
 

Member Typedef Documentation

◆ Adaptor

◆ FoldAdaptor

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

◆ GenericAdaptor

◆ Properties

Member Function Documentation

◆ build() [1/5]

void mlir::tt::ttir::GetDimensionSizeOp::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::GetDimensionSizeOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::Type  result,
::mlir::Value  operand,
::mlir::IntegerAttr  dimension 
)
static

◆ build() [3/5]

void mlir::tt::ttir::GetDimensionSizeOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::Type  result,
::mlir::Value  operand,
uint32_t  dimension 
)
static

◆ build() [4/5]

void mlir::tt::ttir::GetDimensionSizeOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::TypeRange  resultTypes,
::mlir::Value  operand,
::mlir::IntegerAttr  dimension 
)
static

◆ build() [5/5]

void mlir::tt::ttir::GetDimensionSizeOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::TypeRange  resultTypes,
::mlir::Value  operand,
uint32_t  dimension 
)
static

◆ computePropertiesHash()

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

◆ fold()

::mlir::OpFoldResult mlir::tt::ttir::GetDimensionSizeOp::fold ( FoldAdaptor  adaptor)

◆ getAttributeNameForIndex() [1/2]

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

◆ getAttributeNameForIndex() [2/2]

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

◆ getAttributeNames()

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

◆ getDimension()

uint32_t mlir::tt::ttir::GetDimensionSizeOp::getDimension ( )

◆ getDimensionAttr()

::mlir::IntegerAttr mlir::tt::ttir::GetDimensionSizeOp::getDimensionAttr ( )
inline

◆ getDimensionAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttir::GetDimensionSizeOp::getDimensionAttrName ( )
inline

◆ getDimensionAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttir::GetDimensionSizeOp::getDimensionAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ getInherentAttr()

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

◆ getODSOperandIndexAndLength()

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

◆ getODSOperands()

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

◆ getODSResultIndexAndLength()

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

◆ getODSResults()

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

◆ getOperand()

::mlir::TypedValue<::mlir::RankedTensorType> mlir::tt::ttir::GetDimensionSizeOp::getOperand ( )
inline

◆ getOperandMutable()

::mlir::OpOperand& mlir::tt::ttir::GetDimensionSizeOp::getOperandMutable ( )
inline

◆ getOperationName()

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

◆ getPropertiesAsAttr()

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

◆ getResult()

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

◆ populateInherentAttrs()

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

◆ readProperties()

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

◆ setDimension()

void mlir::tt::ttir::GetDimensionSizeOp::setDimension ( uint32_t  attrValue)

◆ setDimensionAttr()

void mlir::tt::ttir::GetDimensionSizeOp::setDimensionAttr ( ::mlir::IntegerAttr  attr)
inline

◆ setInherentAttr()

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

◆ setPropertiesFromAttr()

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

◆ verify()

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

◆ verifyInherentAttrs()

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

◆ verifyInvariants()

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

◆ verifyInvariantsImpl()

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

◆ writeProperties()

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

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