MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Reset

Method Reset

tensorflow/core/common_runtime/direct_session.cc:2368–2372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2366}
2367
2368::tensorflow::Status DirectSession::Reset(
2369 const std::vector<string>& containers) {
2370 device_mgr_->ClearContainers(containers);
2371 return ::tensorflow::Status::OK();
2372}
2373
2374::tensorflow::Status DirectSession::Close() {
2375 cancellation_manager_->StartCancel();

Callers 7

ResetMethod · 0.45
TESTFunction · 0.45
ResetFunction · 0.45
TESTFunction · 0.45
CreateOpMethod · 0.45

Calls 1

ClearContainersMethod · 0.80

Tested by 5

TESTFunction · 0.36
TESTFunction · 0.36
CreateOpMethod · 0.36