Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2239
void TF_CloseSession(TF_Session* s, TF_Status* status) {
2240
status->status = s->session->Close();
2241
}
2242
2243
void TF_DeleteSession(TF_Session* s, TF_Status* status) {
2244
status->status = Status::OK();
Callers
4
Java_org_tensorflow_SavedModelBundle_load
Function · 0.85
Java_org_tensorflow_Session_delete
Function · 0.85
CloseAndDelete
Method · 0.85
TEST
Function · 0.85
Calls
1
Close
Method · 0.45
Tested by
2
CloseAndDelete
Method · 0.68
TEST
Function · 0.68