Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
973
Status DirectSession::Extend(const GraphDef& graph) {
974
return Extend(GraphDef(graph));
975
}
976
977
Status DirectSession::Extend(GraphDef&& graph) {
978
TF_RETURN_IF_ERROR(CheckNotClosed());
Callers
1
ExtendLocked
Method · 0.45
Calls
2
Extend
Function · 0.85
GraphDef
Class · 0.50
Tested by
no test coverage detected