tvm
Classes | Namespaces | Typedefs
boxed_primitive.h File Reference

Runtime container types for primitives stored as ObjectRef. More...

#include <tvm/runtime/memory.h>
#include <tvm/runtime/object.h>
Include dependency graph for boxed_primitive.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Runtime container types for primitives stored as ObjectRef.