Searched refs:ClearContainers (Results 1 – 5 of 5) sorted by relevance
63 void ClearContainers(gtl::ArraySlice<string> containers) const;
112 void DeviceMgr::ClearContainers(gtl::ArraySlice<string> containers) const { in ClearContainers() function in tensorflow::DeviceMgr
1626 device_mgr_->ClearContainers(containers); in Reset()
368 env_->device_mgr->ClearContainers(containers); in CleanupAllAsync()
479 [this](const string& name) { device_mgr_->ClearContainers({name}); }); in StartParallelExecutors()