提交 0fe0dbcb authored 作者: James Bergstra's avatar James Bergstra 提交者: Frederic

added comment re: gemv dtype testing

上级 dd3f7a56
......@@ -92,6 +92,12 @@ class TestCGer(TestCase, TestOptimizationMixin):
class TestCGemv(TestCase, TestOptimizationMixin):
"""
Tests of CGemv specifically.
Generic tests of Gemv-compatibility, including both dtypes are done below in
TestCGemvFloat32 and TestCGemvFloat64
"""
def setUp(self, dtype='float64'):
self.dtype = dtype
self.mode = theano.compile.get_default_mode().including('fast_run')
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论