Result of DetectIterMap.
More...
#include <iter_affine_map.h>
◆ RegisterReflection()
static void tvm::arith::IterMapResultNode::RegisterReflection |
( |
| ) |
|
|
inlinestatic |
◆ TVM_FFI_DECLARE_OBJECT_INFO_FINAL()
tvm::arith::IterMapResultNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL |
( |
"arith.IterMapResult" |
, |
|
|
IterMapResultNode |
, |
|
|
Object |
|
|
) |
| |
◆ errors
ffi::Array<ffi::String> tvm::arith::IterMapResultNode::errors |
◆ indices
ffi::Array<IterSumExpr> tvm::arith::IterMapResultNode::indices |
◆ padding_predicate
PrimExpr tvm::arith::IterMapResultNode::padding_predicate |
Boolean expression indicating if a specific value w.
padding_predicate
evaluates to true for a set of indices that are outside the bounds of the provided index iterators, but inside the bounds of the returned index iterators. This expression is in terms of the variables provided in input_iters
.
The documentation for this class was generated from the following file: