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

Method test_depth_space_cpu

test/python/test_operation.py:3436–3437  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3434 np.testing.assert_array_almost_equal(tensor.to_numpy(tensor.from_raw_tensor(dx)), y_t)
3435
3436 def test_depth_space_cpu(self):
3437 self.depth_space_helper(cpu_dev)
3438
3439 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
3440 def test_depth_space_gpu(self):

Callers

nothing calls this directly

Calls 1

depth_space_helperMethod · 0.95

Tested by

no test coverage detected