ie_cnn_network_tools.h
Go to the documentation of this file.
1 // Copyright (C) 2018-2020 Intel Corporation
2 // SPDX-License-Identifier: Apache-2.0
3 //
4 
5 /**
6  * @brief A header file for CNNNetwork tools
7  *
8  * @file ie_cnn_network_tools.h
9  */
10 #pragma once
11 #include <vector>
12 
13 #include "ie_common.h"
14 #include "ie_icnn_network.hpp"
15 
16 namespace InferenceEngine {
17 namespace details {
18 
19 INFERENCE_ENGINE_INTERNAL("Migrate to IR v10 and work with ngraph::Function directly. The method will be removed in 2021.1")
20 INFERENCE_ENGINE_API_CPP(std::vector<CNNLayerPtr>) CNNNetSortTopologically(const ICNNNetwork& network);
21 
22 } // namespace details
23 } // namespace InferenceEngine
Definition: cldnn_config.hpp:16
This is a header file for the ICNNNetwork class.
This is a header file with common inference engine definitions.