tvm
Classes | Namespaces | Variables
optional.h File Reference

Runtime Optional container types. More...

#include <utility>
#include "./base.h"
Include dependency graph for optional.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  tvm::runtime::NullOptType
 Helper to represent nullptr for optional. More...
 
class  tvm::runtime::Optional< T >
 Optional container that to represent to a Nullable variant of T. More...
 

Namespaces

 tvm
 runtime implementation for LibTorch/TorchScript.
 
 tvm::runtime
 

Variables

constexpr runtime::NullOptType tvm::NullOpt {}
 

Detailed Description

Runtime Optional container types.