Searched refs:_constrain_devices_and_set_default (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/kernel_tests/linalg/ |
D | linear_operator_toeplitz_test.py | 47 def _constrain_devices_and_set_default(self, sess, use_gpu, force_gpu): member in LinearOperatorToeplitzTest 49 with test.TestCase._constrain_devices_and_set_default(
|
D | linear_operator_circulant_test.py | 58 def _constrain_devices_and_set_default(self, sess, use_gpu, force_gpu): member in LinearOperatorCirculantBaseTest 60 with test.TestCase._constrain_devices_and_set_default( 410 def _constrain_devices_and_set_default(self, sess, use_gpu, force_gpu): member in LinearOperatorCirculant2DBaseTest 412 with test.TestCase._constrain_devices_and_set_default( 703 def _constrain_devices_and_set_default(self, sess, use_gpu, force_gpu): member in LinearOperatorCirculant3DTest 705 with test.TestCase._constrain_devices_and_set_default(
|
/external/tensorflow/tensorflow/python/framework/ |
D | test_util.py | 2316 with self._constrain_devices_and_set_default(sess, use_gpu, force_gpu): 2367 with self._constrain_devices_and_set_default(sess, use_gpu, 2392 with self._constrain_devices_and_set_default(sess, use_gpu, 3193 def _constrain_devices_and_set_default(self, sess, use_gpu, force_gpu): member in TensorFlowTestCase
|