Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / src / gna_plugin / util.h
1 // Copyright (C) 2018-2019 Intel Corporation
2 // SPDX-License-Identifier: Apache-2.0
3 //
4
5 #pragma once
6
7 void *AllocateMemory(uint32_t num_memory_bytes, const char *ptr_name);
8 void FreeMemory(void *ptr_memory);
9 int32_t MemoryOffset(void *ptr_target, void *ptr_base);