|
tvm
|
Defines a remapping of buffer indices. More...
#include <tvm/ffi/container/array.h>#include <tvm/ir/expr.h>#include <tvm/runtime/object.h>#include <tvm/runtime/tensor.h>#include <tvm/tirx/var.h>#include <utility>Go to the source code of this file.
Classes | |
| class | tvm::tirx::IndexMapNode |
| Defines a mapping between two representations of indices into a buffer. More... | |
| class | tvm::tirx::IndexMap |
Namespaces | |
| tvm | |
| An object that builds and maintains block scope and StmtSref mapping for Dependence analysis. | |
| tvm::arith | |
| namespace of arithmetic analysis. | |
| tvm::tirx | |
Functions | |
| IndexMap | tvm::tirx::Substitute (const IndexMap &index_map, std::function< ffi::Optional< PrimExpr >(const Var &var)> f_subst) |
| Substitute variables in an index map. More... | |
Defines a remapping of buffer indices.
For use with tvm::tirx::Buffer.