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

Function TF_SessionMakeCallable

tensorflow/python/client/tf_session_helper.cc:201–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 MakeCallableHelper(session->session, callable_options, out_handle, status);
200}
201void TF_SessionMakeCallable(TF_Session* session,
202 const TF_Buffer* callable_options,
203 int64_t* out_handle, TF_Status* status) {
204 MakeCallableHelper(session->session, callable_options, out_handle, status);
205}
206
207namespace {
208void RunCallableHelper(tensorflow::Session* session, int64_t handle,

Callers

nothing calls this directly

Calls 1

MakeCallableHelperFunction · 0.85

Tested by

no test coverage detected