MCPcopy 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
660GraphDef Graph::ToGraphDefDebug() const {
661 GraphDef ret;
662 ToGraphDef(&ret);
663 return ret;
664}
665
666void Graph::ToGraphDefSubRange(GraphDef* graph_def, int from_node_id) const {
667 graph_def->Clear();

Callers 13

BuildAndReplaceMethod · 0.80
TESTFunction · 0.80
ConvertToAsyncOutFunction · 0.80
BuildCgmodeOpsFunction · 0.80
BuildXlaOpsFunction · 0.80
TEST_FFunction · 0.80
OptimizeGraphFunction · 0.80
GraphDebugStringMethod · 0.80
TESTFunction · 0.80
TF_GraphDebugStringFunction · 0.80
TF_DequeueNamedTensorFunction · 0.80

Calls 1

ToGraphDefFunction · 0.70

Tested by 7

TESTFunction · 0.64
ConvertToAsyncOutFunction · 0.64
BuildCgmodeOpsFunction · 0.64
BuildXlaOpsFunction · 0.64
TEST_FFunction · 0.64
GraphDebugStringMethod · 0.64
TESTFunction · 0.64