提交 c39dc2b5 authored 作者: Frederic Bastien's avatar Frederic Bastien

fix missing import in test_blas.py

上级 58f6f6b1
...@@ -4,7 +4,7 @@ from theano.gof import Env ...@@ -4,7 +4,7 @@ from theano.gof import Env
from theano.printing import pp from theano.printing import pp
import numpy import numpy
from theano.tensor.blas import * from theano.tensor.blas import *
from theano.tensor.blas import _dot22, res_is_a from theano.tensor.blas import _dot22, res_is_a, _as_scalar, _is_real_matrix
from unittest import TestCase from unittest import TestCase
from theano.tests import unittest_tools from theano.tests import unittest_tools
from copy import copy from copy import copy
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论