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.h60 void ClearContainers(gtl::ArraySlice<string> containers) const;
Ddevice_mgr.cc105 void DeviceMgr::ClearContainers(gtl::ArraySlice<string> containers) const { in ClearContainers() function in tensorflow::DeviceMgr
Ddirect_session.cc1472 device_mgr_->ClearContainers(containers); in Reset()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dworker.cc297 env_->device_mgr->ClearContainers(containers); in CleanupAllAsync()
Dgraph_mgr.cc457 [this](const string& name) { device_mgr_->ClearContainers({name}); }); in StartParallelExecutors()