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

Merge pull request #20442 from JulieBar:gru_layer

* Add initialization and inference for GRU layer

* fix issues found on review
This commit is contained in:
Julia Bareeva
2021-08-07 10:07:37 +03:00
committed by GitHub
parent ba539eb9aa
commit e1cafa3834
6 changed files with 326 additions and 0 deletions
+1
View File
@@ -139,6 +139,7 @@ void initializeLayerFactory()
CV_DNN_REGISTER_LAYER_CLASS(FlowWarp, FlowWarpLayer);
CV_DNN_REGISTER_LAYER_CLASS(LSTM, LSTMLayer);
CV_DNN_REGISTER_LAYER_CLASS(GRU, GRULayer);
}
CV__DNN_INLINE_NS_END