Home
last modified time | relevance | path

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

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