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

Method RecordCreate

tensorflow/python/client/session_ref.cc:180–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178 }
179
180 Status RecordCreate(Session* session, const GraphDef& graph) {
181 return RecordCreate(session, *kEmptyRunOptions(), graph);
182 }
183
184 // N.B. RunOptions is not stored (it has no entry in CreateRequest)
185 Status RecordCreate(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