ie_cnn_network_tools.h
Go to the documentation of this file.
1 // Copyright (C) 2018-2019 Intel Corporation
2 // SPDX-License-Identifier: Apache-2.0
3 //
4 
5 /**
6  * @brief A header file for CNNNetwork tools
7  * @file ie_cnn_network_tools.h
8  */
9 #pragma once
10 #include <vector>
11 #include "ie_common.h"
12 #include "ie_icnn_network.hpp"
13 
14 namespace InferenceEngine {
15 namespace details {
16 
17 INFERENCE_ENGINE_API_CPP(std::vector<CNNLayerPtr>) CNNNetSortTopologically(const ICNNNetwork & network);
18 
19 } // namespace details
20 } // namespace InferenceEngine
Definition: ie_argmax_layer.hpp:11
This is a header file for the ICNNNetwork class.
This is a header file with common inference engine definitions.