提交 caf42a91 authored 作者: Ian Goodfellow's avatar Ian Goodfellow

removed Value from several imports

上级 eca8a715
...@@ -59,7 +59,7 @@ from gof import \ ...@@ -59,7 +59,7 @@ from gof import \
CLinker, OpWiseCLinker, DualLinker, Linker, LocalLinker, PerformLinker, \ CLinker, OpWiseCLinker, DualLinker, Linker, LocalLinker, PerformLinker, \
Container, \ Container, \
InconsistencyError, Env, \ InconsistencyError, Env, \
Apply, Variable, Constant, Value, \ Apply, Variable, Constant, \
Op, \ Op, \
opt, \ opt, \
toolbox, \ toolbox, \
......
...@@ -9,7 +9,7 @@ from theano import config ...@@ -9,7 +9,7 @@ from theano import config
from theano.compile import orig_function, In, Out from theano.compile import orig_function, In, Out
from theano.compile import UnusedInputError from theano.compile import UnusedInputError
from theano.compile.sharedvalue import SharedVariable, shared from theano.compile.sharedvalue import SharedVariable, shared
from theano.gof import Container, Variable, generic, graph, Constant, Value from theano.gof import Container, Variable, generic, graph, Constant
from theano.gof.python25 import any from theano.gof.python25 import any
import logging import logging
......
...@@ -9,10 +9,10 @@ from env import \ ...@@ -9,10 +9,10 @@ from env import \
InconsistencyError, MissingInputError, Env InconsistencyError, MissingInputError, Env
from destroyhandler import \ from destroyhandler import \
DestroyHandler DestroyHandler
from graph import \ from graph import \
Apply, Variable, Constant, Value, view_roots Apply, Variable, Constant, view_roots
from link import \ from link import \
Container, Linker, LocalLinker, PerformLinker, WrapLinker, WrapLinkerMany Container, Linker, LocalLinker, PerformLinker, WrapLinker, WrapLinkerMany
...@@ -21,11 +21,11 @@ from op import \ ...@@ -21,11 +21,11 @@ from op import \
Op, PureOp, ops_with_inner_function Op, PureOp, ops_with_inner_function
from opt import (Optimizer, optimizer, SeqOptimizer, from opt import (Optimizer, optimizer, SeqOptimizer,
MergeOptimizer, MergeOptMerge, MergeOptimizer, MergeOptMerge,
LocalOptimizer, local_optimizer, LocalOptGroup, LocalOptimizer, local_optimizer, LocalOptGroup,
OpSub, OpRemove, PatternSub, OpSub, OpRemove, PatternSub,
NavigatorOptimizer, TopoOptimizer, EquilibriumOptimizer, NavigatorOptimizer, TopoOptimizer, EquilibriumOptimizer,
InplaceOptimizer, PureThenInplaceOptimizer, InplaceOptimizer, PureThenInplaceOptimizer,
OpKeyOptimizer) OpKeyOptimizer)
from optdb import \ from optdb import \
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论