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