Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Ddump_graph.h57 string DumpFunctionDefToFile(const string& name, FunctionDef const& fdef,
Ddump_graph_test.cc59 string ret = DumpFunctionDefToFile("function", fdef); in TEST()
Ddump_graph.cc271 string DumpFunctionDefToFile(const string& name, FunctionDef const& fdef, in DumpFunctionDefToFile() function
/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_subgraphs_pass.cc632 DumpFunctionDefToFile(absl::StrCat("encapsulate_fdef_", name), fdef); in BuildFunctionDef()
655 DumpFunctionDefToFile(absl::StrCat("replace_encapsulate_fdef_", name), in ReplaceFunctionDef()