MCPcopy Create free account
hub / github.com/Kaggle/docker-python / test_is_gpu_available

Method test_is_gpu_available

tests/test_tensorflow.py:83–84  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

81
82 @gpu_test
83 def test_is_gpu_available(self):
84 self.assertTrue(tf.test.is_gpu_available(cuda_only=True))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected