提交 60508786 authored 作者: Frederic's avatar Frederic

fix import.

上级 771cdc3d
...@@ -4,7 +4,8 @@ import theano ...@@ -4,7 +4,8 @@ import theano
import theano.tensor as tensor import theano.tensor as tensor
from theano.tensor.blas_scipy import ScipyGer from theano.tensor.blas_scipy import ScipyGer
from test_blas import TestCase, TestOptimizationMixin, gemm_no_inplace from test_blas import TestCase, gemm_no_inplace
from theano.tests.unittest_tools import TestOptimizationMixin
class TestScipyGer(TestCase, TestOptimizationMixin): class TestScipyGer(TestCase, TestOptimizationMixin):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论