From 99be467f763e580a43204fc63c22dee10c6eeced Mon Sep 17 00:00:00 2001 From: Yurii Date: Thu, 17 Oct 2019 20:46:51 +0300 Subject: [PATCH] - minor change in recurrent.h Signed-off-by: Yurii --- libnd4j/include/ops/declarable/headers/recurrent.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libnd4j/include/ops/declarable/headers/recurrent.h b/libnd4j/include/ops/declarable/headers/recurrent.h index a17db7ec6..bf6aaa6bc 100644 --- a/libnd4j/include/ops/declarable/headers/recurrent.h +++ b/libnd4j/include/ops/declarable/headers/recurrent.h @@ -236,6 +236,7 @@ namespace ops { DECLARE_CUSTOM_OP(lstmLayer, 3, 1, false, 1, 5); #endif + ////////////////////////////////////////////////////////////////////////// /** * Implementation of operations for Simple Recurrent Unit cell: "Training RNNs as Fast as CNNs" Tao Lei, Yu Zhang, Yoav Artzi