Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dextract_outside_compilation_pass.cc1882 string oc_host_graph_name = in ExtractOutsideCompilationForFuncCallNode() local
1886 replace->name(), host_func_name, oc_host_graph_name, fld)); in ExtractOutsideCompilationForFuncCallNode()
1889 host_graphs->push_back(oc_host_graph_name); in ExtractOutsideCompilationForFuncCallNode()
2003 string oc_host_graph_name = absl::StrCat("oc_if_host_graph_", n->name()); in ExtractOutsideCompilationForIfNode() local
2006 n->name(), host_transfer_key, oc_host_graph_name, fld, in ExtractOutsideCompilationForIfNode()
2008 host_graphs->push_back(oc_host_graph_name); in ExtractOutsideCompilationForIfNode()
2104 string oc_host_graph_name = absl::StrCat("oc_while_host_graph_", n->name()); in ExtractOutsideCompilationForWhileNode() local
2107 n->name(), host_transfer_key, oc_host_graph_name, fld, in ExtractOutsideCompilationForWhileNode()
2109 host_graphs->push_back(oc_host_graph_name); in ExtractOutsideCompilationForWhileNode()