- minor change in recurrent.h

Signed-off-by: Yurii <iuriish@yahoo.com>
master
Yurii 2019-10-17 20:46:51 +03:00
parent 70bd925abd
commit 99be467f76
1 changed files with 1 additions and 0 deletions

View File

@ -236,6 +236,7 @@ namespace ops {
DECLARE_CUSTOM_OP(lstmLayer, 3, 1, false, 1, 5); DECLARE_CUSTOM_OP(lstmLayer, 3, 1, false, 1, 5);
#endif #endif
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
/** /**
* Implementation of operations for Simple Recurrent Unit cell: "Training RNNs as Fast as CNNs" Tao Lei, Yu Zhang, Yoav Artzi * Implementation of operations for Simple Recurrent Unit cell: "Training RNNs as Fast as CNNs" Tao Lei, Yu Zhang, Yoav Artzi