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

Method RecordExtend

tensorflow/python/client/session_ref.cc:201–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 }
200
201 Status RecordExtend(Session* session, const GraphDef& graph) {
202 return RecordExtend(session, *kEmptyRunOptions(), graph);
203 }
204
205 // N.B. RunOptions is not stored (it has no entry in ExtendRequest)
206 Status RecordExtend(Session* session, const RunOptions& run_options,

Callers

nothing calls this directly

Calls 3

kEmptyRunOptionsFunction · 0.85
SessionToHandleFunction · 0.85
set_session_handleMethod · 0.80

Tested by

no test coverage detected