MCPcopy Create free account
hub / github.com/apache/singa / test_matmul_high_dim_cpu

Method test_matmul_high_dim_cpu

test/python/test_tensor.py:184–185  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

182 np.testing.assert_array_almost_equal(tensor.to_numpy(y), y_t, 3)
183
184 def test_matmul_high_dim_cpu(self):
185 self.matmul_high_dim_helper(cpu_dev)
186
187 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
188 def test_matmul_high_dim_gpu(self):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected