Searched refs:oc_host_graph_name (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/jit/ |
D | extract_outside_compilation_pass.cc | 1879 string oc_host_graph_name = in ExtractOutsideCompilationForFuncCallNode() local 1883 replace->name(), host_func_name, oc_host_graph_name, fld)); in ExtractOutsideCompilationForFuncCallNode() 1886 host_graphs->push_back(oc_host_graph_name); in ExtractOutsideCompilationForFuncCallNode() 2000 string oc_host_graph_name = absl::StrCat("oc_if_host_graph_", n->name()); in ExtractOutsideCompilationForIfNode() local 2003 n->name(), host_transfer_key, oc_host_graph_name, fld, in ExtractOutsideCompilationForIfNode() 2005 host_graphs->push_back(oc_host_graph_name); in ExtractOutsideCompilationForIfNode() 2101 string oc_host_graph_name = absl::StrCat("oc_while_host_graph_", n->name()); in ExtractOutsideCompilationForWhileNode() local 2104 n->name(), host_transfer_key, oc_host_graph_name, fld, in ExtractOutsideCompilationForWhileNode() 2106 host_graphs->push_back(oc_host_graph_name); in ExtractOutsideCompilationForWhileNode()
|