提交 b1aabfca authored 作者: Razvan Pascanu's avatar Razvan Pascanu

added a bunch of new imports ( scalar and copy)

上级 f1373d31
...@@ -12,13 +12,14 @@ __authors__ = ( "Razvan Pascanu " ...@@ -12,13 +12,14 @@ __authors__ = ( "Razvan Pascanu "
__copyright__ = "(c) 2010, Universite de Montreal" __copyright__ = "(c) 2010, Universite de Montreal"
__contact__ = "Razvan Pascanu <r.pascanu@gmail>" __contact__ = "Razvan Pascanu <r.pascanu@gmail>"
import copy
import logging import logging
import numpy import numpy
from theano import config from theano import config
from theano.compile.pfunc import rebuild_collect_shared from theano.compile.pfunc import rebuild_collect_shared
from theano import gof from theano import gof
from theano import tensor from theano import tensor, scalar
from theano.tensor.basic import get_constant_value from theano.tensor.basic import get_constant_value
from theano.sandbox import cuda from theano.sandbox import cuda
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论