- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TF_CloseSession (0.22 sec)
-
tensorflow/c/c_test_util.cc
DeleteInputValues(); } void CSession::CloseAndDelete(TF_Status* s) { DeleteInputValues(); ResetOutputValues(); if (session_ != nullptr) { TF_CloseSession(session_, s); EXPECT_EQ(TF_OK, TF_GetCode(s)) << TF_Message(s); TF_DeleteSession(session_, s); session_ = nullptr; } } void CSession::DeleteInputValues() {
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Sat Oct 04 05:55:32 UTC 2025 - 17.8K bytes - Viewed (1)