提交 16d2e934 authored 作者: Brandon T. Willard's avatar Brandon T. Willard 提交者: Brandon T. Willard

Fix FunctionGraph docstring formatting for clone_get_equiv

上级 dc11c05b
...@@ -103,11 +103,11 @@ class FunctionGraph(MetaObject): ...@@ -103,11 +103,11 @@ class FunctionGraph(MetaObject):
Mapping between the `inputs` with updates and the `outputs` Mapping between the `inputs` with updates and the `outputs`
corresponding to their updates. corresponding to their updates.
memo memo
See ``clone_get_equiv``. See :func:`aesara.graph.basic.clone_get_equiv`.
copy_inputs copy_inputs
See ``clone_get_equiv``. See :func:`aesara.graph.basic.clone_get_equiv`.
copy_orphans copy_orphans
See ``clone_get_equiv``. See :func:`aesara.graph.basic.clone_get_equiv`.
""" """
if outputs is None: if outputs is None:
raise ValueError("No outputs specified") raise ValueError("No outputs specified")
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论