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

Public Types

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

Public Member Functions

static ::llvm::ArrayRef<::llvm::StringRef > getAttributeNames ()
 
::mlir::StringAttr getDtypeAttrName ()
 
::mlir::StringAttr getLayoutAttrName ()
 
::mlir::StringAttr getMemoryConfigAttrName ()
 
::mlir::StringAttr getShapeAttrName ()
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
::mlir::Operation::operand_range getODSOperands (unsigned index)
 
::mlir::Value getDevice ()
 
::mlir::MutableOperandRange 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::tt::ttnn::ShapeAttr getShapeAttr ()
 
::mlir::tt::ttnn::ShapeAttr getShape ()
 
::mlir::tt::DataTypeAttr getDtypeAttr ()
 
::std::optional<::mlir::tt::DataTypegetDtype ()
 
::mlir::tt::ttnn::LayoutAttr getLayoutAttr ()
 
::std::optional<::mlir::tt::ttnn::LayoutgetLayout ()
 
::mlir::tt::ttnn::MemoryConfigAttr getMemoryConfigAttr ()
 
::std::optional<::mlir::tt::ttnn::MemoryConfigAttrgetMemoryConfig ()
 
void setShapeAttr (::mlir::tt::ttnn::ShapeAttr attr)
 
void setDtypeAttr (::mlir::tt::DataTypeAttr attr)
 
void setDtype (::std::optional<::mlir::tt::DataType > attrValue)
 
void setLayoutAttr (::mlir::tt::ttnn::LayoutAttr attr)
 
void setLayout (::std::optional<::mlir::tt::ttnn::Layout > attrValue)
 
void setMemoryConfigAttr (::mlir::tt::ttnn::MemoryConfigAttr attr)
 
::mlir::Attribute removeDtypeAttr ()
 
::mlir::Attribute removeLayoutAttr ()
 
::mlir::Attribute removeMemoryConfigAttr ()
 
::llvm::LogicalResult verifyInvariantsImpl ()
 
::llvm::LogicalResult verifyInvariants ()
 
::llvm::LogicalResult verify ()
 

Static Public Member Functions

::mlir::StringAttr getDtypeAttrName (::mlir::OperationName name)
 
::mlir::StringAttr getLayoutAttrName (::mlir::OperationName name)
 
::mlir::StringAttr getMemoryConfigAttrName (::mlir::OperationName name)
 
::mlir::StringAttr getShapeAttrName (::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 device, ::mlir::tt::ttnn::ShapeAttr shape, ::mlir::tt::DataTypeAttr dtype, ::mlir::tt::ttnn::LayoutAttr layout, ::mlir::tt::ttnn::MemoryConfigAttr memory_config)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value device, ::mlir::tt::ttnn::ShapeAttr shape, ::mlir::tt::DataTypeAttr dtype, ::mlir::tt::ttnn::LayoutAttr layout, ::mlir::tt::ttnn::MemoryConfigAttr memory_config)
 
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::ttnn::EmptyOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute> >

◆ GenericAdaptor

template<typename RangeT >
using mlir::tt::ttnn::EmptyOp::GenericAdaptor = EmptyOpGenericAdaptor<RangeT>

◆ Properties

Member Function Documentation

◆ build() [1/3]

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

◆ build() [2/3]

void mlir::tt::ttnn::EmptyOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::Type  result,
::mlir::Value  device,
::mlir::tt::ttnn::ShapeAttr  shape,
::mlir::tt::DataTypeAttr  dtype,
::mlir::tt::ttnn::LayoutAttr  layout,
::mlir::tt::ttnn::MemoryConfigAttr  memory_config 
)
static

◆ build() [3/3]

void mlir::tt::ttnn::EmptyOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::TypeRange  resultTypes,
::mlir::Value  device,
::mlir::tt::ttnn::ShapeAttr  shape,
::mlir::tt::DataTypeAttr  dtype,
::mlir::tt::ttnn::LayoutAttr  layout,
::mlir::tt::ttnn::MemoryConfigAttr  memory_config 
)
static

◆ computePropertiesHash()

llvm::hash_code mlir::tt::ttnn::EmptyOp::computePropertiesHash ( const Properties prop)
static

◆ getAttributeNameForIndex() [1/2]

::mlir::StringAttr mlir::tt::ttnn::EmptyOp::getAttributeNameForIndex ( ::mlir::OperationName  name,
unsigned  index 
)
inlinestaticprivate

◆ getAttributeNameForIndex() [2/2]

::mlir::StringAttr mlir::tt::ttnn::EmptyOp::getAttributeNameForIndex ( unsigned  index)
inlineprivate

◆ getAttributeNames()

static ::llvm::ArrayRef<::llvm::StringRef> mlir::tt::ttnn::EmptyOp::getAttributeNames ( )
inline

◆ getDevice()

::mlir::Value mlir::tt::ttnn::EmptyOp::getDevice ( )
inline

◆ getDeviceMutable()

mlir::MutableOperandRange mlir::tt::ttnn::EmptyOp::getDeviceMutable ( )

◆ getDtype()

std::optional<::mlir::tt::DataType > mlir::tt::ttnn::EmptyOp::getDtype ( )

◆ getDtypeAttr()

::mlir::tt::DataTypeAttr mlir::tt::ttnn::EmptyOp::getDtypeAttr ( )
inline

◆ getDtypeAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttnn::EmptyOp::getDtypeAttrName ( )
inline

◆ getDtypeAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttnn::EmptyOp::getDtypeAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ getInherentAttr()

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

◆ getLayout()

std::optional<::mlir::tt::ttnn::Layout > mlir::tt::ttnn::EmptyOp::getLayout ( )

◆ getLayoutAttr()

::mlir::tt::ttnn::LayoutAttr mlir::tt::ttnn::EmptyOp::getLayoutAttr ( )
inline

◆ getLayoutAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttnn::EmptyOp::getLayoutAttrName ( )
inline

◆ getLayoutAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttnn::EmptyOp::getLayoutAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ getMemoryConfig()

std::optional<::mlir::tt::ttnn::MemoryConfigAttr > mlir::tt::ttnn::EmptyOp::getMemoryConfig ( )

◆ getMemoryConfigAttr()

::mlir::tt::ttnn::MemoryConfigAttr mlir::tt::ttnn::EmptyOp::getMemoryConfigAttr ( )
inline

◆ getMemoryConfigAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttnn::EmptyOp::getMemoryConfigAttrName ( )
inline

◆ getMemoryConfigAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttnn::EmptyOp::getMemoryConfigAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ getODSOperandIndexAndLength()

std::pair< unsigned, unsigned > mlir::tt::ttnn::EmptyOp::getODSOperandIndexAndLength ( unsigned  index)

◆ getODSOperands()

::mlir::Operation::operand_range mlir::tt::ttnn::EmptyOp::getODSOperands ( unsigned  index)
inline

◆ getODSResultIndexAndLength()

std::pair<unsigned, unsigned> mlir::tt::ttnn::EmptyOp::getODSResultIndexAndLength ( unsigned  index)
inline

◆ getODSResults()

::mlir::Operation::result_range mlir::tt::ttnn::EmptyOp::getODSResults ( unsigned  index)
inline

◆ getOperationName()

static constexpr ::llvm::StringLiteral mlir::tt::ttnn::EmptyOp::getOperationName ( )
inlinestatic

◆ getPropertiesAsAttr()

mlir::Attribute mlir::tt::ttnn::EmptyOp::getPropertiesAsAttr ( ::mlir::MLIRContext *  ctx,
const Properties prop 
)
static

◆ getResult()

::mlir::TypedValue<::mlir::RankedTensorType> mlir::tt::ttnn::EmptyOp::getResult ( )
inline

◆ getShape()

mlir::tt::ttnn::ShapeAttr mlir::tt::ttnn::EmptyOp::getShape ( )

◆ getShapeAttr()

::mlir::tt::ttnn::ShapeAttr mlir::tt::ttnn::EmptyOp::getShapeAttr ( )
inline

◆ getShapeAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttnn::EmptyOp::getShapeAttrName ( )
inline

◆ getShapeAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttnn::EmptyOp::getShapeAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ populateInherentAttrs()

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

◆ readProperties()

llvm::LogicalResult mlir::tt::ttnn::EmptyOp::readProperties ( ::mlir::DialectBytecodeReader &  reader,
::mlir::OperationState &  state 
)
static

◆ removeDtypeAttr()

::mlir::Attribute mlir::tt::ttnn::EmptyOp::removeDtypeAttr ( )
inline

◆ removeLayoutAttr()

::mlir::Attribute mlir::tt::ttnn::EmptyOp::removeLayoutAttr ( )
inline

◆ removeMemoryConfigAttr()

::mlir::Attribute mlir::tt::ttnn::EmptyOp::removeMemoryConfigAttr ( )
inline

◆ setDtype()

void mlir::tt::ttnn::EmptyOp::setDtype ( ::std::optional<::mlir::tt::DataType attrValue)

◆ setDtypeAttr()

void mlir::tt::ttnn::EmptyOp::setDtypeAttr ( ::mlir::tt::DataTypeAttr  attr)
inline

◆ setInherentAttr()

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

◆ setLayout()

void mlir::tt::ttnn::EmptyOp::setLayout ( ::std::optional<::mlir::tt::ttnn::Layout attrValue)

◆ setLayoutAttr()

void mlir::tt::ttnn::EmptyOp::setLayoutAttr ( ::mlir::tt::ttnn::LayoutAttr  attr)
inline

◆ setMemoryConfigAttr()

void mlir::tt::ttnn::EmptyOp::setMemoryConfigAttr ( ::mlir::tt::ttnn::MemoryConfigAttr  attr)
inline

◆ setPropertiesFromAttr()

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

◆ setShapeAttr()

void mlir::tt::ttnn::EmptyOp::setShapeAttr ( ::mlir::tt::ttnn::ShapeAttr  attr)
inline

◆ verify()

::llvm::LogicalResult mlir::tt::ttnn::EmptyOp::verify ( )

◆ verifyInherentAttrs()

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

◆ verifyInvariants()

llvm::LogicalResult mlir::tt::ttnn::EmptyOp::verifyInvariants ( )

◆ verifyInvariantsImpl()

llvm::LogicalResult mlir::tt::ttnn::EmptyOp::verifyInvariantsImpl ( )

◆ writeProperties()

void mlir::tt::ttnn::EmptyOp::writeProperties ( ::mlir::DialectBytecodeWriter &  writer)

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