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

Function TF_CloseSession

tensorflow/c/c_api.cc:2239–2241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2237}
2238
2239void TF_CloseSession(TF_Session* s, TF_Status* status) {
2240 status->status = s->session->Close();
2241}
2242
2243void TF_DeleteSession(TF_Session* s, TF_Status* status) {
2244 status->status = Status::OK();

Callers 4

CloseAndDeleteMethod · 0.85
TESTFunction · 0.85

Calls 1

CloseMethod · 0.45

Tested by 2

CloseAndDeleteMethod · 0.68
TESTFunction · 0.68