Home
last modified time | relevance | path

Searched refs:_constrain_devices_and_set_default (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/linalg/
Dlinear_operator_toeplitz_test.py47 def _constrain_devices_and_set_default(self, sess, use_gpu, force_gpu): member in LinearOperatorToeplitzTest
49 with test.TestCase._constrain_devices_and_set_default(
Dlinear_operator_circulant_test.py58 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/
Dtest_util.py2316 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