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

Function TF_SessionRunCallable

tensorflow/python/client/tf_session_helper.cc:300–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298 ClearDecrefCache();
299}
300void TF_SessionRunCallable(TF_Session* session, int64_t handle,
301 PyObject* feed_values, PyObjectVector* out_values,
302 TF_Buffer* run_metadata, TF_Status* status) {
303 RunCallableHelper(session->session, handle, feed_values, status, out_values,
304 run_metadata);
305 ClearDecrefCache();
306}
307
308void TF_DeprecatedSessionReleaseCallable(TF_DeprecatedSession* session,
309 int64_t handle, TF_Status* status) {

Callers

nothing calls this directly

Calls 2

RunCallableHelperFunction · 0.85
ClearDecrefCacheFunction · 0.85

Tested by

no test coverage detected