MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / DumpGraphDefToFile

Function DumpGraphDefToFile

tensorflow/core/util/dump_graph.cc:132–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130} // anonymous namespace
131
132string DumpGraphDefToFile(const string& name, GraphDef const& graph_def,
133 const string& dirname) {
134 return WriteTextProtoToUniqueFile(Env::Default(), name, "GraphDef", graph_def,
135 dirname);
136}
137
138string DumpGraphToFile(const string& name, Graph const& graph,
139 const FunctionLibraryDefinition* flib_def,

Callers 5

OptimizeGraphMethod · 0.85
OptimizeMethod · 0.85
PartitionFunction · 0.85
DumpGraphToFileFunction · 0.85

Calls 2

DefaultFunction · 0.85

Tested by

no test coverage detected