提交 024c1062 authored 作者: khaotik's avatar khaotik

flake8

上级 ea66f4a7
"""Define new Ops from existing Ops""" """Define new Ops from existing Ops"""
from __future__ import absolute_import, division from __future__ import absolute_import, division, print_function
from functools import reduce, partial from functools import reduce, partial
from collections import OrderedDict from collections import OrderedDict
...@@ -20,7 +20,7 @@ class OpFromGraph(gof.Op): ...@@ -20,7 +20,7 @@ class OpFromGraph(gof.Op):
The signature is similar to :func:`theano.function <theano.function>` The signature is similar to :func:`theano.function <theano.function>`
and the resulting ``Op``'s perform will do the same operation as:: and the resulting ``Op``'s perform will do the same operation as::
orig_function(inputs, outputs, **kwargs) orig_function(inputs, outputs, \*\*kwargs)
Currently does not support ``updates`` or ``givens`` argument. Currently does not support ``updates`` or ``givens`` argument.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论