(self)
| 81 | self.assertTrue(device.index == target_device_index) |
| 82 | |
| 83 | def test_device_placement_cpu(self): |
| 84 | with device_placement(Frameworks.torch, 'cpu'): |
| 85 | pass |
| 86 | |
| 87 | @unittest.skip('skip this test to avoid debug logging.') |
| 88 | def test_device_placement_tf_gpu(self): |
nothing calls this directly
no test coverage detected