Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ ToGraphDefDebug
Method
ToGraphDefDebug
tensorflow/core/graph/graph.cc:660–664 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
658
}
659
660
GraphDef Graph::ToGraphDefDebug() const {
661
GraphDef ret;
662
ToGraphDef(&ret);
663
return ret;
664
}
665
666
void Graph::ToGraphDefSubRange(GraphDef* graph_def, int from_node_id) const {
667
graph_def->Clear();
Callers
13
BuildAndReplace
Method · 0.80
TEST
Function · 0.80
ConvertToAsyncOut
Function · 0.80
BuildCgmodeOps
Function · 0.80
BuildXlaOps
Function · 0.80
TEST_F
Function · 0.80
OptimizeGraph
Function · 0.80
InstantiateMultiDevice
Method · 0.80
GraphDebugString
Method · 0.80
TEST
Function · 0.80
TF_GraphDebugString
Function · 0.80
TF_DequeueNamedTensor
Function · 0.80
Calls
1
ToGraphDef
Function · 0.70
Tested by
7
TEST
Function · 0.64
ConvertToAsyncOut
Function · 0.64
BuildCgmodeOps
Function · 0.64
BuildXlaOps
Function · 0.64
TEST_F
Function · 0.64
GraphDebugString
Method · 0.64
TEST
Function · 0.64