Base class for other IR constructs that can be converted to PrimExpr. This is useful for the FFI to convert the expressions to PrimExpr.
More...
#include <expr.h>
|
static constexpr const char * | _type_key = "ir.PrimExprConvertible" |
|
Base class for other IR constructs that can be converted to PrimExpr. This is useful for the FFI to convert the expressions to PrimExpr.
- See also
- PrimExpr
◆ ~PrimExprConvertibleNode()
virtual tvm::PrimExprConvertibleNode::~PrimExprConvertibleNode |
( |
| ) |
|
|
inlinevirtual |
◆ ToPrimExpr()
virtual PrimExpr tvm::PrimExprConvertibleNode::ToPrimExpr |
( |
| ) |
const |
|
pure virtual |
◆ TVM_DECLARE_BASE_OBJECT_INFO()
◆ _type_key
constexpr const char* tvm::PrimExprConvertibleNode::_type_key = "ir.PrimExprConvertible" |
|
staticconstexpr |
The documentation for this class was generated from the following file: