parent
70bd925abd
commit
99be467f76
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue