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>
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_FFI_DECLARE_OBJECT_INFO()
tvm::PrimExprConvertibleNode::TVM_FFI_DECLARE_OBJECT_INFO |
( |
"ir.PrimExprConvertible" |
, |
|
|
PrimExprConvertibleNode |
, |
|
|
Object |
|
|
) |
| |
The documentation for this class was generated from the following file: