提交 15b3470f authored 作者: Razvan Pascanu's avatar Razvan Pascanu

switching to the better naming convention for scan_op.py

上级 15e18ed6
...@@ -40,12 +40,12 @@ _logger = logging.getLogger('theano.scan_module.scan_op') ...@@ -40,12 +40,12 @@ _logger = logging.getLogger('theano.scan_module.scan_op')
class ScanOp(PureOp): class ScanOp(PureOp):
def __init__(self, def __init__(self,
us, inputs,
xs, input_states,
ws, parameters,
zs, non_numeric_states,
xs_results, output_states,
ys_results, outputs,
lengths, lengths,
mintaps, mintaps,
name, name,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论