提交 dcd0de0b authored 作者: Razvan Pascanu's avatar Razvan Pascanu

added the new parameter profile to scan

上级 333b288b
...@@ -71,7 +71,8 @@ def scan( fn ...@@ -71,7 +71,8 @@ def scan( fn
, truncate_gradient = -1 , truncate_gradient = -1
, go_backwards = False , go_backwards = False
, mode = None , mode = None
, name = None ): , name = None
, profile = False):
""" """
This function constructs and applies a Scan op to the provided This function constructs and applies a Scan op to the provided
arguments. arguments.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论