Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ ToGraphDef
Method
ToGraphDef
tensorflow/core/graph/graph.cc:656–658 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
654
} // namespace
655
656
void Graph::ToGraphDef(GraphDef* graph_def) const {
657
ToGraphDefSubRange(graph_def, 0);
658
}
659
660
GraphDef Graph::ToGraphDefDebug() const {
661
GraphDef ret;
Callers
15
RunNativeTFGraphPass
Method · 0.45
RunODLGraphPass
Method · 0.45
CreateTestGraph
Function · 0.45
Run
Method · 0.45
TestSimpleAdd
Method · 0.45
TestOpExclusionAdd
Method · 0.45
TestShapePropagation
Method · 0.45
TestPreserveOutputShapes
Method · 0.45
TestReplaceSendRecvs
Method · 0.45
TestReplaceSendRecvsPrefixNames
Method · 0.45
TestRemoveUnusedNodes
Method · 0.45
TestMaxConstantSizeInBytes
Method · 0.45
Calls
no outgoing calls
Tested by
15
CreateTestGraph
Function · 0.36
TestSimpleAdd
Method · 0.36
TestOpExclusionAdd
Method · 0.36
TestShapePropagation
Method · 0.36
TestPreserveOutputShapes
Method · 0.36
TestReplaceSendRecvs
Method · 0.36
TestReplaceSendRecvsPrefixNames
Method · 0.36
TestRemoveUnusedNodes
Method · 0.36
TestMaxConstantSizeInBytes
Method · 0.36
TestFuseResizePadAndConv
Method · 0.36
TestFuseResizeAndConv
Method · 0.36
TestFusePadAndConv
Method · 0.36