“3be4112cb2c53fcda85fb408aea9a6f94075683b”上不存在“drivers/net/wireless/ti/wlcore/acx.h”
提交 99120698 编写于 作者: L lujun

merge confict, test=develop

上级 b236091e
......@@ -81,7 +81,7 @@ class SimpleRNNCell(fluid.Layer):
self._dtype = core.VarDesc.VarType.FP32
self.param_attr = param_attr
def _build_once(self, inputs, pre_hidden):
def build_once(self, inputs, pre_hidden):
i2h_param_shape = [self.step_input_size, self.hidden_size]
h2h_param_shape = [self.hidden_size, self.hidden_size]
h2o_param_shape = [self.output_size, self.hidden_size]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册