tvm
Classes | Namespaces | Functions
index_map.h File Reference

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>
Include dependency graph for index_map.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Defines a remapping of buffer indices.

For use with tvm::tir::Buffer.