(self)
| 3547 | self.check_shape(dW.shape(), (10, 3)) |
| 3548 | |
| 3549 | def test_embedding_cpu(self): |
| 3550 | self.embedding_helper(cpu_dev) |
| 3551 | |
| 3552 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 3553 | def test_embedding_gpu(self): |
nothing calls this directly
no test coverage detected