提交 4fde08b1 authored 作者: Frederic's avatar Frederic

Document the new feature from this PR.

上级 8606f64f
......@@ -16,6 +16,7 @@
shared
function
io
ops
mode
module
debugmode
......
==================================================
:mod:`ops` -- Some Common Ops and extra Ops stuff
==================================================
.. automodule:: theano.compile.ops
:members:
"""This file contain auxiliary Ops, used during the compilation phase."""
"""This file contain auxiliary Ops, used during the compilation phase
and Ops building class (:class:`FromFunctionOp`) and decorator
(:func:`as_op`) that help make new Ops more rapidly.
"""
import copy
import warnings
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论