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

BUG: Missing import of Variable in curand_rng.py

A poster child for unit testing (or at least running pyflakes).
上级 86a30e71
......@@ -13,7 +13,7 @@ import theano.gof
from theano.sandbox.cuda import CudaNdarrayType
from theano.tensor import (get_vector_length, cast, opt)
from theano.compile import optdb
from theano.gof import local_optimizer
from theano.gof import local_optimizer, Variable
config = theano.config
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论