tvm
Classes | Namespaces
instrument.h File Reference
#include <tvm/node/reflection.h>
#include <tvm/runtime/container/string.h>
#include <utility>
#include <vector>
Include dependency graph for instrument.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

This file introduces a pass instrument infrastructure, inspired by LLVM and MLIR. It inserts instrumentation points around passes.