tvm
|
#include <tvm/ir/expr.h>
#include <tvm/ir/module.h>
#include <tvm/node/functor.h>
#include <tvm/runtime/container/array.h>
Go to the source code of this file.
Classes | |
class | tvm::ir::CalleeCollector |
Namespaces | |
tvm | |
Performance counters for profiling via the PAPI library. | |
tvm::ir | |
Functions | |
Map< GlobalVar, Array< GlobalVar > > | tvm::ir::CollectCallMap (const IRModule &mod) |
Analysis routines that must function across multiple IR types for correctness. For example, identifying unused functions, when both TIR