tvm
|
A helper class to collect all the targets in canonical form necessary for compilation. CAUTION: Preliminary, currently only used to support device planning, very likely to change. More...
#include <tvm/target/se_scope.h>
Go to the source code of this file.
Classes | |
class | tvm::CompilationConfigNode |
Gathers the Targets and distinguished SEScopes in canonical form needed to compile a Relay module. All centralizes any setup and validation logic needed to transition from configuration options conveyed implicitly (eg in PassContexts ) or explicitly (eg a a list of Targets ) to the configuration. More... | |
class | tvm::CompilationConfig |
Managed reference class to CompilationConfig . More... | |
Namespaces | |
tvm | |
Performance counters for profiling via the PAPI library. | |
A helper class to collect all the targets in canonical form necessary for compilation. CAUTION: Preliminary, currently only used to support device planning, very likely to change.