A header file that provides Allocator interface. More...
Go to the source code of this file.
Data Structures | |
| class | InferenceEngine::IAllocator |
| Allocator concept to be used for memory management and is used as part of the Blob. More... | |
Enumerations | |
| enum | InferenceEngine::LockOp { LOCK_FOR_READ = 0, LOCK_FOR_WRITE } |
| Allocator handle mapping type. | |
Functions | |
| InferenceEngine::IAllocator * | InferenceEngine::CreateDefaultAllocator () noexcept |
| Creates the default implementation of the Inference Engine allocator per plugin. More... | |
A header file that provides Allocator interface.
|
noexcept |
Creates the default implementation of the Inference Engine allocator per plugin.