tvm
|
#include <tvm/runtime/container/closure.h>
#include <tvm/runtime/object.h>
#include <tvm/runtime/packed_func.h>
#include <tvm/runtime/registry.h>
#include <string>
#include <unordered_map>
#include <vector>
#include "./bytecode.h"
Go to the source code of this file.
Classes | |
struct | tvm::runtime::relax_vm::VMFuncInfo |
Information entry in executable function table. More... | |
class | tvm::runtime::relax_vm::Executable |
The executable emitted by the VM compiler. More... | |
Namespaces | |
tvm | |
runtime implementation for LibTorch/TorchScript. | |
tvm::runtime | |
tvm::runtime::relax_vm | |
dmlc | |
Macros | |
#define | RELAX_VM_VERSION "0.14" |
Functions | |
dmlc::DMLC_DECLARE_TRAITS (has_saveload, ::tvm::runtime::relax_vm::VMFuncInfo, true) | |
#define RELAX_VM_VERSION "0.14" |