1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-23 09:38:56 +08:00

Fixing unix build and cmake MKL searching

This commit is contained in:
Vitaliy Lyudvichenko
2016-06-16 02:34:35 +03:00
parent b96fbe4cbb
commit 09bbe0fb29
4 changed files with 55 additions and 28 deletions

View File

@@ -47,6 +47,11 @@ namespace cv
{
namespace dnn
{
//! @addtogroup dnn
//! @{
//!
//! @defgroup LayerList Partial List of Implemented Layers
//! @{
//! LSTM recurrent layer
class LSTMLayer : public Layer
@@ -124,6 +129,10 @@ namespace dnn
*/
void forward(std::vector<Blob*> &input, std::vector<Blob> &output);
};
//! @}
//! @}
}
}
#endif
#endif