1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

dnn: update "guard" inline namespace

- differ from 3.4 branch
This commit is contained in:
Alexander Alekhin
2018-09-03 20:20:02 +00:00
parent 09837928d9
commit f10fd64630
20 changed files with 61 additions and 50 deletions
+2 -2
View File
@@ -46,7 +46,7 @@
namespace cv {
namespace dnn {
CV__DNN_EXPERIMENTAL_NS_BEGIN
CV__DNN_INLINE_NS_BEGIN
static Mutex* __initialization_mutex = NULL;
Mutex& getInitializationMutex()
@@ -132,5 +132,5 @@ void initializeLayerFactory()
CV_DNN_REGISTER_LAYER_CLASS(LSTM, LSTMLayer);
}
CV__DNN_EXPERIMENTAL_NS_END
CV__DNN_INLINE_NS_END
}} // namespace