|
tvm
|
The Relay virtual machine runtime. More...
#include <tvm/runtime/container/closure.h>#include <tvm/runtime/module.h>#include <tvm/runtime/object.h>#include <tvm/runtime/packed_func.h>#include <tvm/runtime/registry.h>#include <tvm/runtime/vm/bytecode.h>#include <tvm/runtime/vm/executable.h>#include <tvm/runtime/vm/memory_manager.h>#include <memory>#include <string>#include <unordered_map>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| class | tvm::runtime::vm::VMClosureObj |
| An object representing a vm closure. More... | |
| class | tvm::runtime::vm::VMClosure |
| reference to closure. More... | |
| struct | tvm::runtime::vm::VMFunction |
| A representation of a Relay function in the VM. More... | |
| struct | tvm::runtime::vm::VMFrame |
| A representation of a stack frame. More... | |
| class | tvm::runtime::vm::VirtualMachine |
| The virtual machine. More... | |
Namespaces | |
| tvm | |
| runtime implementation for LibTorch/TorchScript. | |
| tvm::runtime | |
| tvm::runtime::vm | |
The Relay virtual machine runtime.
1.8.13