提交 2ebd9e69 authored 作者: Tanjay94's avatar Tanjay94

Fixed small mistake in linalg.

上级 7139459a
from theano import tensor from theano import tensor
from theano.tensor.slinalg import kron from theano.tensor.slinalg import kron
from theano.compile.modules import deprecation_warning
import warnings import warnings
warnings.warn( warnings.warn(
......
...@@ -9,7 +9,7 @@ from theano.gof import Constant, Variable ...@@ -9,7 +9,7 @@ from theano.gof import Constant, Variable
from theano.gof.utils import hashtype from theano.gof.utils import hashtype
from theano.tensor.utils import hash_from_ndarray from theano.tensor.utils import hash_from_ndarray
from theano.tensor.type import TensorType from theano.tensor.type import TensorType
from theano.sandbox import linalg
class AsTensorError(TypeError): class AsTensorError(TypeError):
"""Raised when as_tensor_variable isn't able to create a """Raised when as_tensor_variable isn't able to create a
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论