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

Function ExtendSession

tensorflow/c/python_api.cc:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116void ExtendSession(TF_Session* session, TF_Status* status) {
117 ExtendSessionGraphHelper(session, status);
118 session->extend_before_run = false;
119}
120
121std::string GetHandleShapeAndType(TF_Graph* graph, TF_Output output) {
122 Node* node = &output.oper->node;

Callers 1

TEST_FFunction · 0.85

Calls 1

ExtendSessionGraphHelperFunction · 0.85

Tested by 1

TEST_FFunction · 0.68