Reference to PrimExprNode.
More...
#include <expr.h>
◆ PrimExpr() [1/2]
tvm::PrimExpr::PrimExpr |
( |
int32_t |
value | ) |
|
construct from integer.
- Parameters
-
value | The value to be constructed. |
◆ PrimExpr() [2/2]
tvm::PrimExpr::PrimExpr |
( |
float |
value | ) |
|
construct from float.
- Parameters
-
value | The value to be constructed. |
◆ ConvertFallbackValue()
static PrimExpr tvm::PrimExpr::ConvertFallbackValue |
( |
String |
value | ) |
|
|
static |
construct from string to form a StringImm.
- Parameters
-
value | The value to be constructed. |
◆ dtype()
- Returns
- the data type of this expression.
◆ TVM_DEFINE_OBJECT_REF_METHODS()
The documentation for this class was generated from the following file: