HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
inlined_containers_fwd.h File Reference
#include <memory>
#include <utility>
#include <absl/container/inlined_vector.h>
+ Include dependency graph for inlined_containers_fwd.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  onnxruntime::CalculateInlinedVectorDefaultInlinedElements< T >
 
class  onnxruntime::InlinedHashSet< T, Allocator >
 
class  onnxruntime::InlinedHashMap< Key, Value, Allocator >
 
class  onnxruntime::NodeHashSet< T, Allocator >
 
class  onnxruntime::NodeHashMap< Key, Value, Allocator >
 

Namespaces

 onnxruntime
 

Typedefs

template<typename T , size_t N = CalculateInlinedVectorDefaultInlinedElements<T>::value, typename Allocator = std::allocator<T>>
using onnxruntime::InlinedVector = absl::InlinedVector< T, N, Allocator >