From 4c33d55a32da9fe38e310c2b1b3f2d7acd83d62f Mon Sep 17 00:00:00 2001 From: Superjom Date: Fri, 21 Jul 2017 16:39:30 +0800 Subject: [PATCH] add rnn_design.md --- paddle/operators/rnn_design.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 paddle/operators/rnn_design.md diff --git a/paddle/operators/rnn_design.md b/paddle/operators/rnn_design.md new file mode 100644 index 00000000000..5c135734896 --- /dev/null +++ b/paddle/operators/rnn_design.md @@ -0,0 +1,10 @@ +# RNN 变长输入设计 + +## 概述 + +## 变长数据格式 + +## 框架支持方法 +### 在OP间传递SeqPos +### InferShape更新outputs的SeqPos +### 内存复用 -- GitLab