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:
@@ -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
|
||||
|
Reference in New Issue
Block a user