提交 e075b85f authored 作者: Frederic's avatar Frederic

pep8

上级 879d8cf5
from theano.gof.sched import (make_dependence_cmp, sort_apply_nodes, from theano.gof.sched import (make_dependence_cmp, sort_apply_nodes,
reverse_dict, _toposort, posort) reverse_dict, _toposort, posort)
import theano import theano
from theano import tensor from theano import tensor
...@@ -7,6 +7,7 @@ from theano.gof.graph import io_toposort ...@@ -7,6 +7,7 @@ from theano.gof.graph import io_toposort
from theano.gof.python25 import any from theano.gof.python25 import any
from theano.compat import cmp from theano.compat import cmp
def test_dependence(): def test_dependence():
dependence = make_dependence_cmp() dependence = make_dependence_cmp()
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论