tvm
Public Member Functions | Static Public Member Functions | List of all members
tvm::tir::Shuffle Class Reference

Managed reference to ShuffleNode. More...

#include <expr.h>

Inheritance diagram for tvm::tir::Shuffle:
Collaboration diagram for tvm::tir::Shuffle:

Public Member Functions

 Shuffle (Array< PrimExpr > vectors, Array< PrimExpr > indices, Span span=Span())
 
 TVM_DEFINE_OBJECT_REF_METHODS (Shuffle, PrimExpr, ShuffleNode)
 
 TVM_DEFINE_OBJECT_REF_COW_METHOD (ShuffleNode)
 
- Public Member Functions inherited from tvm::PrimExpr
 PrimExpr (int32_t value)
 construct from integer. More...
 
 PrimExpr (float value)
 construct from float. More...
 
DataType dtype () const
 
 TVM_DEFINE_OBJECT_REF_METHODS (PrimExpr, BaseExpr, PrimExprNode)
 
- Public Member Functions inherited from tvm::BaseExpr
 TVM_DEFINE_OBJECT_REF_METHODS (BaseExpr, ObjectRef, BaseExprNode)
 

Static Public Member Functions

static PrimExpr Concat (Array< PrimExpr > vectors, Span span=Span())
 
static PrimExpr ExtractElement (PrimExpr vector, int index, Span span=Span())
 
- Static Public Member Functions inherited from tvm::PrimExpr
static PrimExpr ConvertFallbackValue (String value)
 construct from string to form a StringImm. More...
 

Detailed Description

Managed reference to ShuffleNode.

See also
ShuffleNode

Constructor & Destructor Documentation

◆ Shuffle()

tvm::tir::Shuffle::Shuffle ( Array< PrimExpr vectors,
Array< PrimExpr indices,
Span  span = Span() 
)

Member Function Documentation

◆ Concat()

static PrimExpr tvm::tir::Shuffle::Concat ( Array< PrimExpr vectors,
Span  span = Span() 
)
static

◆ ExtractElement()

static PrimExpr tvm::tir::Shuffle::ExtractElement ( PrimExpr  vector,
int  index,
Span  span = Span() 
)
static

◆ TVM_DEFINE_OBJECT_REF_COW_METHOD()

tvm::tir::Shuffle::TVM_DEFINE_OBJECT_REF_COW_METHOD ( ShuffleNode  )

◆ TVM_DEFINE_OBJECT_REF_METHODS()

tvm::tir::Shuffle::TVM_DEFINE_OBJECT_REF_METHODS ( Shuffle  ,
PrimExpr  ,
ShuffleNode   
)

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