提交 8751b7da authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Removed shared / shared_constructor / pfunc from compile.sandbox, please use…

Removed shared / shared_constructor / pfunc from compile.sandbox, please use theano.shared / theano.function instead
上级 79100e59
import warnings
warnings.warn("theano.compile.sandbox no longer provides shared, shared_constructor, and pfunc. They have been moved to theano.compile.", DeprecationWarning)
from theano.compile.sharedvalue import shared, shared_constructor
from theano.compile.pfunc import pfunc
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论