提交 49def66b authored 作者: Frederic's avatar Frederic

Add missing import

上级 3167f410
...@@ -16,7 +16,8 @@ from theano.gof import Apply, Constant, hashtype, Op, Type ...@@ -16,7 +16,8 @@ from theano.gof import Apply, Constant, hashtype, Op, Type
from theano.gof.python25 import maxsize from theano.gof.python25 import maxsize
from theano.printing import pprint from theano.printing import pprint
from theano import scalar as scal from theano import scalar as scal
from theano.tensor.basic import clip, sum, exp, ARange, TensorType from theano.tensor.basic import (addbroadcast, clip, sum, exp,
ARange, TensorType)
from theano.tensor.elemwise import DimShuffle from theano.tensor.elemwise import DimShuffle
from theano.tensor.type_other import NoneConst, SliceType from theano.tensor.type_other import NoneConst, SliceType
from theano import config from theano import config
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论