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

Managed reference to MulNode. More...

#include <expr.h>

Inheritance diagram for tvm::tir::Mul:
Collaboration diagram for tvm::tir::Mul:

Public Member Functions

 Mul (PrimExpr a, PrimExpr b, Span span=Span())
 
 TVM_DEFINE_OBJECT_REF_METHODS (Mul, PrimExpr, MulNode)
 
 TVM_DEFINE_OBJECT_REF_COW_METHOD (MulNode)
 
- 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)
 

Additional Inherited Members

- 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 MulNode.

See also
MulNode

Constructor & Destructor Documentation

◆ Mul()

tvm::tir::Mul::Mul ( PrimExpr  a,
PrimExpr  b,
Span  span = Span() 
)

Member Function Documentation

◆ TVM_DEFINE_OBJECT_REF_COW_METHOD()

tvm::tir::Mul::TVM_DEFINE_OBJECT_REF_COW_METHOD ( MulNode  )

◆ TVM_DEFINE_OBJECT_REF_METHODS()

tvm::tir::Mul::TVM_DEFINE_OBJECT_REF_METHODS ( Mul  ,
PrimExpr  ,
MulNode   
)

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