1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

dnn: update network dump code, include ngraph serialization

This commit is contained in:
Alexander Alekhin
2020-05-26 12:45:55 +00:00
parent d5e8792f55
commit f0bef94a03
5 changed files with 91 additions and 26 deletions
+1 -8
View File
@@ -61,11 +61,4 @@
#include <opencv2/dnn.hpp>
#include <opencv2/dnn/all_layers.hpp>
namespace cv { namespace dnn {
CV__DNN_EXPERIMENTAL_NS_BEGIN
#define IS_DNN_OPENCL_TARGET(id) (id == DNN_TARGET_OPENCL || id == DNN_TARGET_OPENCL_FP16)
Mutex& getInitializationMutex();
void initializeLayerFactory();
CV__DNN_EXPERIMENTAL_NS_END
}} // namespace
#include "dnn_common.hpp"