Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / src / inference_engine / blob_transform.hpp
1 // Copyright (C) 2018-2019 Intel Corporation
2 // SPDX-License-Identifier: Apache-2.0
3 //
4
5 #pragma once
6
7 #include "ie_api.h"
8 #include "ie_blob.h"
9
10 namespace InferenceEngine {
11
12 /**
13  * @brief Data copy with taking into account layout and precision params
14  */
15 INFERENCE_ENGINE_API_CPP(void) blob_copy(Blob::Ptr src, Blob::Ptr dst);
16
17 }  // namespace InferenceEngine