HDK
|
#include <memory>
#include <utility>
#include <absl/container/inlined_vector.h>
Go to the source code of this file.
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 > |