enum InferenceEngine::LockOp¶
Overview¶
Allocator handle mapping type. More…
#include <ie_allocator.hpp>
enum LockOp
{
LOCK_FOR_READ = 0,
LOCK_FOR_WRITE,
};
Detailed Documentation¶
Allocator handle mapping type.
Enum Values¶
LOCK_FOR_READ
A flag to lock data for read.
LOCK_FOR_WRITE
A flag to lock data for write.