提交 fa874c3a authored 作者: Olivier Breuleux's avatar Olivier Breuleux

fixed theano/__init__.py

上级 3625938d
import gof from gof import \
CLinker, OpWiseCLinker, DualLinker, Linker, LocalLinker, PerformLinker, Profiler, \
InconsistencyError, Env, \
Apply, Result, Constant, Value, \
Op, \
opt, \
toolbox, \
Type, Generic, generic, \
object2, utils
from compile import function, eval_outputs, fast_compute
import tensor import tensor
#import sparse import scalar
import compile import sparse
import gradient import gradient
#import tensor_opt import elemwise
import scalar_opt
from compile import *
#from tensor_opt import *
from scalar_opt import *
from gradient import *
from tensor import *
## import scalar_opt
## import tensor_opt
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论