tvm
|
#include <tvm/node/reflection.h>
#include <tvm/runtime/container/string.h>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
class | tvm::instrument::PassInstrumentNode |
PassInstrumentNode forms an instrument implementation. It provides API for users to register callbacks at different instrumentation points. More... | |
class | tvm::instrument::PassInstrument |
Managed reference class for PassInstrumentNode. More... | |
Namespaces | |
tvm | |
runtime implementation for LibTorch/TorchScript. | |
tvm::transform | |
tvm::instrument | |
This file introduces a pass instrument infrastructure, inspired by LLVM and MLIR. It inserts instrumentation points around passes.