Home
last modified time | relevance | path

Searched refs:ClearContainers (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Ddevice_mgr.h63 void ClearContainers(gtl::ArraySlice<string> containers) const;
Ddevice_mgr.cc112 void DeviceMgr::ClearContainers(gtl::ArraySlice<string> containers) const { in ClearContainers() function in tensorflow::DeviceMgr
Ddirect_session.cc1626 device_mgr_->ClearContainers(containers); in Reset()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dworker.cc368 env_->device_mgr->ClearContainers(containers); in CleanupAllAsync()
Dgraph_mgr.cc479 [this](const string& name) { device_mgr_->ClearContainers({name}); }); in StartParallelExecutors()