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