|
tvm
|
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 <base_expr.h>
Public Member Functions | |
| virtual | ~PrimExprConvertibleNode () |
| virtual PrimExpr | ToPrimExpr () const =0 |
| TVM_FFI_DECLARE_OBJECT_INFO ("ir.PrimExprConvertible", PrimExprConvertibleNode, ffi::Object) | |
Base class for other IR constructs that can be converted to PrimExpr. This is useful for the FFI to convert the expressions to PrimExpr.
|
inlinevirtual |
Implemented in tvm::tirx::IterVarNode.
| tvm::PrimExprConvertibleNode::TVM_FFI_DECLARE_OBJECT_INFO | ( | "ir.PrimExprConvertible" | , |
| PrimExprConvertibleNode | , | ||
| ffi::Object | |||
| ) |