提交 2de2d1ab authored 作者: Yaroslav Ganin's avatar Yaroslav Ganin 提交者: Thomas George

Fixed typo

上级 375bc8c6
...@@ -27,7 +27,7 @@ else: ...@@ -27,7 +27,7 @@ else:
mode_with_gpu = theano.compile.mode.get_default_mode().including('gpu') mode_with_gpu = theano.compile.mode.get_default_mode().including('gpu')
class TestCula(unittest.TestCase): class TestCusolver(unittest.TestCase):
def run_gpu_solve(self, A_val, x_val): def run_gpu_solve(self, A_val, x_val):
b_val = numpy.dot(A_val, x_val) b_val = numpy.dot(A_val, x_val)
A = theano.tensor.matrix("A", dtype="float32") A = theano.tensor.matrix("A", dtype="float32")
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论