提交 a67a4849 authored 作者: Frederic Bastien's avatar Frederic Bastien

backport to python24

上级 cd2bea3a
......@@ -13,6 +13,7 @@ from theano.tensor import raw_random, TensorType, as_tensor_variable, get_vector
from theano.tensor import zeros_like, sqrt, log, sin, cos, join, prod
from theano.compile import optdb
from theano.gof import local_optimizer
from theano.gof.python25 import all
from multinomial import multinomial
......
......@@ -6,6 +6,8 @@ from theano import tensor, config
from theano.sandbox import rng_mrg
from theano.sandbox.rng_mrg import MRG_RandomStreams
from theano.sandbox.cuda import cuda_available, cuda_enabled
from theano.gof.python25 import any
if cuda_available:
from theano.sandbox.cuda import float32_shared_constructor
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论