tvm
|
Runtime container types for primitives stored as ObjectRef. More...
Go to the source code of this file.
Classes | |
class | tvm::runtime::BoxNode< Prim > |
class | tvm::runtime::Box< Prim > |
Namespaces | |
tvm | |
runtime implementation for LibTorch/TorchScript. | |
tvm::runtime | |
Typedefs | |
using | tvm::runtime::Int = Box< int64_t > |
Boxed version of C++ int64_t. More... | |
using | tvm::runtime::Float = Box< double > |
Boxed version of C++ double. More... | |
using | tvm::runtime::Bool = Box< bool > |
Boxed version of C++ bool. More... | |
Runtime container types for primitives stored as ObjectRef.