#include <predicate.h>
◆ Apply()
| PrimExpr tvm::tirx::PredicateNode::Apply |
( |
const Array< PrimExpr > & |
indices | ) |
const |
Replace the variables in the predicate with the given indices.
◆ RegisterReflection()
| static void tvm::tirx::PredicateNode::RegisterReflection |
( |
| ) |
|
|
inlinestatic |
◆ TVM_FFI_DECLARE_OBJECT_INFO_FINAL()
| tvm::tirx::PredicateNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL |
( |
"tirx.Predicate" |
, |
|
|
PredicateNode |
, |
|
|
ffi::Object |
|
|
) |
| |
◆ _type_s_eq_hash_kind
| constexpr TVMFFISEqHashKind tvm::tirx::PredicateNode::_type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode |
|
staticconstexpr |
◆ pred
◆ vars
| Array<Var> tvm::tirx::PredicateNode::vars |
The variables in the predicate.
The documentation for this class was generated from the following file: