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_API_CPP(std::vector<CNNLayerPtr>) CNNNetSortTopologically(const ICNNNetwork& network);
20 
21 } // namespace details
22 } // namespace InferenceEngine
Inference Engine API.
Definition: ie_argmax_layer.hpp:15
This is a header file for the ICNNNetwork class.
This is a header file with common inference engine definitions.