Home
last modified time | relevance | path

Searched refs:DumpFunctionDefToFile (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Ddump_graph.h47 string DumpFunctionDefToFile(const string& name, FunctionDef const& fdef,
Ddump_graph_test.cc57 string ret = DumpFunctionDefToFile("function", fdef); in TEST()
Ddump_graph.cc129 string DumpFunctionDefToFile(const string& name, FunctionDef const& fdef, in DumpFunctionDefToFile() function
/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_subgraphs_pass.cc1130 DumpFunctionDefToFile(absl::StrCat("encapsulate_fdef_", name), fdef); in BuildFunctionDef()
1195 DumpFunctionDefToFile(absl::StrCat("replace_encapsulate_fdef_", name), in ReplaceFunctionDef()