Home
last modified time | relevance | path

Searched refs:TestOnlyReset (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/device/
Ddevice_id_manager.cc78 void TestOnlyReset() TF_LOCKS_EXCLUDED(mu_) { in TestOnlyReset() function in tensorflow::__anonfb4ca2d80111::TfToPlatformDeviceIdMap
115 void DeviceIdManager::TestOnlyReset() { in TestOnlyReset() function in tensorflow::DeviceIdManager
116 TfToPlatformDeviceIdMap::singleton()->TestOnlyReset(); in TestOnlyReset()
Ddevice_id_manager.h41 static void TestOnlyReset();
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_id_manager.cc35 void GpuIdManager::TestOnlyReset() { DeviceIdManager::TestOnlyReset(); } in TestOnlyReset() function in tensorflow::GpuIdManager
Dgpu_id_manager.h37 static void TestOnlyReset();
Dgpu_process_state.h131 virtual void TestOnlyReset();
Dgpu_process_state.cc391 void GPUProcessState::TestOnlyReset() { in TestOnlyReset() function in tensorflow::GPUProcessState
393 process_state_->ProcessState::TestOnlyReset(); in TestOnlyReset()
Dgpu_device_test.cc65 BaseGPUDevice::TestOnlyReset(); in TearDown()
66 GPUProcessState::singleton()->TestOnlyReset(); in TearDown()
Dgpu_device.h120 static void TestOnlyReset();
Dgpu_device.cc306 void TestOnlyReset() { in TestOnlyReset() function in tensorflow::BaseGPUDevice::StreamGroupFactory
1929 void BaseGPUDevice::TestOnlyReset() { in TestOnlyReset() function in tensorflow::BaseGPUDevice
1930 StreamGroupFactory::Global().TestOnlyReset(); in TestOnlyReset()
/external/tensorflow/tensorflow/core/grappler/clusters/
Dutils_test.cc30 GpuIdManager::TestOnlyReset(); in TEST()
68 GpuIdManager::TestOnlyReset(); in TEST()
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_state.h92 void TestOnlyReset();
Dprocess_state.cc154 void ProcessState::TestOnlyReset() { in TestOnlyReset() function in tensorflow::ProcessState