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

Method Extend

tensorflow/core/common_runtime/direct_session.cc:973–975  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

971}
972
973Status DirectSession::Extend(const GraphDef& graph) {
974 return Extend(GraphDef(graph));
975}
976
977Status DirectSession::Extend(GraphDef&& graph) {
978 TF_RETURN_IF_ERROR(CheckNotClosed());

Callers 1

ExtendLockedMethod · 0.45

Calls 2

ExtendFunction · 0.85
GraphDefClass · 0.50

Tested by

no test coverage detected