|
HDK
|
This is the complete list of members for onnxruntime::IAllocator, including all inherited members.
| Alloc(size_t size)=0 | onnxruntime::IAllocator | pure virtual |
| AllocArray(size_t nmemb, size_t size) | onnxruntime::IAllocator | inline |
| AllocArrayWithAlignment(size_t nmemb, size_t size) | onnxruntime::IAllocator | inline |
| CalcMemSizeForArray(size_t nmemb, size_t size, size_t *out) noexcept | onnxruntime::IAllocator | inlinestatic |
| CalcMemSizeForArrayWithAlignment(size_t nmemb, size_t size, size_t alignment, size_t *out) noexcept | onnxruntime::IAllocator | static |
| CalcMemSizeForArrayWithAlignment(size_t nmemb, size_t size, size_t *out) noexcept | onnxruntime::IAllocator | static |
| Free(void *p)=0 | onnxruntime::IAllocator | pure virtual |
| GetStats(AllocatorStats *) | onnxruntime::IAllocator | inlinevirtual |
| IAllocator(const OrtMemoryInfo &info) | onnxruntime::IAllocator | inline |
| Info() const | onnxruntime::IAllocator | inline |
| MakeUniquePtr(std::shared_ptr< IAllocator > allocator, size_t count_or_bytes, bool use_reserve=false, Stream *stream=nullptr, WaitNotificationFn wait_fn=nullptr) | onnxruntime::IAllocator | inlinestatic |
| MakeUniquePtrFromOrtAllocator(OrtAllocator *ort_allocator, size_t count_or_bytes) | onnxruntime::IAllocator | inlinestatic |
| Reserve(size_t size) | onnxruntime::IAllocator | inlinevirtual |
| ~IAllocator()=default | onnxruntime::IAllocator | virtual |