Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_id_manager.cc72 void TestOnlyReset() LOCKS_EXCLUDED(mu_) { in TestOnlyReset() function in tensorflow::__anon9a8f5dd20111::TfToPlatformGpuIdMap
100 void GpuIdManager::TestOnlyReset() { in TestOnlyReset() function in tensorflow::GpuIdManager
101 TfToPlatformGpuIdMap::singleton()->TestOnlyReset(); in TestOnlyReset()
Dgpu_id_manager.h37 static void TestOnlyReset();
Dgpu_process_state.cc319 void GPUProcessState::TestOnlyReset() { in TestOnlyReset() function in tensorflow::GPUProcessState
321 process_state_->ProcessState::TestOnlyReset(); in TestOnlyReset()
Dgpu_process_state.h124 virtual void TestOnlyReset();
Dgpu_device_test.cc65 void TearDown() override { GPUProcessState::singleton()->TestOnlyReset(); } in TearDown()
/external/tensorflow/tensorflow/core/grappler/clusters/
Dutils_test.cc30 GpuIdManager::TestOnlyReset(); in TEST()
56 GpuIdManager::TestOnlyReset(); in TEST()
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_state.h91 void TestOnlyReset();
Dprocess_state.cc142 void ProcessState::TestOnlyReset() { in TestOnlyReset() function in tensorflow::ProcessState