提交 d00ce3c1 authored 作者: Tim Cooijmans's avatar Tim Cooijmans

map_variables: fully qualify imports

上级 5c985943
...@@ -849,8 +849,8 @@ def map_variables(fn, graphs, additional_inputs=[]): ...@@ -849,8 +849,8 @@ def map_variables(fn, graphs, additional_inputs=[]):
# v is now equal to a * b + c # v is now equal to a * b + c
""" """
from fg import FunctionGraph from theano.gof.fg import FunctionGraph
from opt import TopoOptimizer, local_optimizer from theano.gof.opt import TopoOptimizer, local_optimizer
from theano import clone as the_other_clone from theano import clone as the_other_clone
from theano.scan_module.scan_op import Scan from theano.scan_module.scan_op import Scan
from theano.compile import OpFromGraph from theano.compile import OpFromGraph
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论