提交 01e92baa authored 作者: Ricardo Vieira's avatar Ricardo Vieira 提交者: Ricardo Vieira

Remove unused kwarg in Scan.__init__

上级 9ee0ee7c
...@@ -674,7 +674,6 @@ class Scan(Op, ScanMethodsMixin, HasInnerGraph): ...@@ -674,7 +674,6 @@ class Scan(Op, ScanMethodsMixin, HasInnerGraph):
typeConstructor: Optional[TensorConstructorType] = None, typeConstructor: Optional[TensorConstructorType] = None,
truncate_gradient: int = -1, truncate_gradient: int = -1,
name: Optional[str] = None, name: Optional[str] = None,
as_while: bool = False,
profile: Optional[Union[str, bool]] = None, profile: Optional[Union[str, bool]] = None,
allow_gc: bool = True, allow_gc: bool = True,
strict: bool = True, strict: bool = True,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论