Data Structures | Enumerations | Functions
ie_allocator.hpp File Reference

A header file that provides Allocator interface. More...

#include <details/ie_irelease.hpp>
#include <ie_api.h>

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

Detailed Description

A header file that provides Allocator interface.

Function Documentation

§ CreateDefaultAllocator()

InferenceEngine::IAllocator* InferenceEngine::CreateDefaultAllocator ( )
noexcept

Creates the default implementation of the Inference Engine allocator per plugin.

Returns
The Inference Engine IAllocator* instance