Searched refs:_constrain_devices_and_set_default (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/python/kernel_tests/linalg/ |
D | linear_operator_circulant_test.py | 42 def _constrain_devices_and_set_default(self, sess, use_gpu, force_gpu): member in LinearOperatorCirculantBaseTest 44 with test.TestCase._constrain_devices_and_set_default( 370 def _constrain_devices_and_set_default(self, sess, use_gpu, force_gpu): member in LinearOperatorCirculant2DBaseTest 372 with test.TestCase._constrain_devices_and_set_default( 631 def _constrain_devices_and_set_default(self, sess, use_gpu, force_gpu): member in LinearOperatorCirculant3DTest 633 with test.TestCase._constrain_devices_and_set_default(
|
/external/tensorflow/tensorflow/python/framework/ |
D | test_util.py | 1770 with self._constrain_devices_and_set_default(sess, use_gpu, force_gpu): 1821 with self._constrain_devices_and_set_default(sess, use_gpu, 1842 with self._constrain_devices_and_set_default(sess, use_gpu, 2538 def _constrain_devices_and_set_default(self, sess, use_gpu, force_gpu): member in TensorFlowTestCase
|