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

Function DumpFunctionDefToFile

tensorflow/core/util/dump_graph.cc:149–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149string DumpFunctionDefToFile(const string& name, FunctionDef const& fdef,
150 const string& dirname) {
151 return WriteTextProtoToUniqueFile(Env::Default(), name, "FunctionDef", fdef,
152 dirname);
153}
154
155} // namespace tensorflow

Callers 4

BuildFunctionDefMethod · 0.85
ReplaceFunctionDefMethod · 0.85
ReplaceFunctionDefMethod · 0.85
TESTFunction · 0.85

Calls 2

DefaultFunction · 0.85

Tested by 1

TESTFunction · 0.68