From de5d9e3f409baa32f925c15c0f4983ba4763dff7 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Wed, 10 Jan 2018 09:44:58 +0000 Subject: [PATCH] Deploy to GitHub Pages: a32027604f107fa51ccde0164fabc8f2886da732 --- develop/doc/operators.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop/doc/operators.json b/develop/doc/operators.json index 1f2ee4673c..b13829be03 100644 --- a/develop/doc/operators.json +++ b/develop/doc/operators.json @@ -2362,7 +2362,7 @@ } ] },{ "type" : "shrink_rnn_memory", - "comment" : "\n In dynamic RNN, we are able to handle sequences of different lengths. \n Because of the multiple lengths, the size of each step input can be \n different, which may lead to a mismatching between the input of\n the current step and the memory generated by the previous one. This \n operator shrinks memory according to the size of the next step input, \n to make sure that they can match each other.\n ", + "comment" : "\n In dynamic RNN, we are able to handle sequences of different lengths.\n Because of the multiple lengths, the size of each step input can be\n different, which may lead to a mismatching between the input of\n the current step and the memory generated by the previous one. This\n operator shrinks memory according to the size of the next step input,\n to make sure that they can match each other.\n ", "inputs" : [ { "name" : "X", -- GitLab