MCPcopy 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
656void Graph::ToGraphDef(GraphDef* graph_def) const {
657 ToGraphDefSubRange(graph_def, 0);
658}
659
660GraphDef Graph::ToGraphDefDebug() const {
661 GraphDef ret;

Callers 15

RunNativeTFGraphPassMethod · 0.45
RunODLGraphPassMethod · 0.45
CreateTestGraphFunction · 0.45
RunMethod · 0.45
TestSimpleAddMethod · 0.45
TestOpExclusionAddMethod · 0.45
TestShapePropagationMethod · 0.45
TestReplaceSendRecvsMethod · 0.45
TestRemoveUnusedNodesMethod · 0.45

Calls

no outgoing calls

Tested by 15

CreateTestGraphFunction · 0.36
TestSimpleAddMethod · 0.36
TestOpExclusionAddMethod · 0.36
TestShapePropagationMethod · 0.36
TestReplaceSendRecvsMethod · 0.36
TestRemoveUnusedNodesMethod · 0.36
TestFuseResizeAndConvMethod · 0.36
TestFusePadAndConvMethod · 0.36