提交 c5439131 authored 作者: David Warde-Farley's avatar David Warde-Farley

BUG: Split and shared used but not imported

上级 da123e10
...@@ -13,7 +13,7 @@ from numpy.testing import dec ...@@ -13,7 +13,7 @@ from numpy.testing import dec
from numpy.testing.noseclasses import KnownFailureTest from numpy.testing.noseclasses import KnownFailureTest
import theano import theano
from theano import compile, config, function, gof, tensor from theano import compile, config, function, gof, tensor, shared
from theano.compile.mode import get_default_mode from theano.compile.mode import get_default_mode
from theano.gof.python25 import any, all, combinations from theano.gof.python25 import any, all, combinations
from theano.tensor import (_shared, wvector, bvector, autocast_float_as, from theano.tensor import (_shared, wvector, bvector, autocast_float_as,
...@@ -30,7 +30,7 @@ from theano.tensor import (_shared, wvector, bvector, autocast_float_as, ...@@ -30,7 +30,7 @@ from theano.tensor import (_shared, wvector, bvector, autocast_float_as,
var, value, Join, shape, MaxAndArgmax, lscalar, zvector, exp, var, value, Join, shape, MaxAndArgmax, lscalar, zvector, exp,
get_constant_value, ivector, reshape, scalar_from_tensor, scal, get_constant_value, ivector, reshape, scalar_from_tensor, scal,
iscalars, arange, dscalars, fvector, imatrix, numeric_grad, iscalars, arange, dscalars, fvector, imatrix, numeric_grad,
opt, ComplexError, TensorDot, lvector, true_div, max, min) opt, ComplexError, TensorDot, lvector, true_div, max, min, Split)
from theano.tests import unittest_tools as utt from theano.tests import unittest_tools as utt
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论