提交 5c59cec8 authored 作者: Ian Goodfellow's avatar Ian Goodfellow

fixed a test that was broken by the refactor

上级 8d71eb32
......@@ -4,7 +4,7 @@ from theano.gof import graph
from theano.gof.graph import Variable, Apply, Constant
from theano.gof.type import Type
from theano.gof.op import Op
from theano.gof import env
from theano.gof import fg
from theano.gof import toolbox
from theano.gof.link import *
......@@ -75,7 +75,7 @@ def perform_linker(env):
def Env(inputs, outputs):
e = env.Env(inputs, outputs)
e = fg.FunctionGraph(inputs, outputs)
return e
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论