Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dextract_outside_compilation_pass.cc1810 std::vector<string>* host_graphs, in ExtractOutsideCompilationForFuncCallNode() argument
1886 host_graphs->push_back(oc_host_graph_name); in ExtractOutsideCompilationForFuncCallNode()
1896 std::vector<string>* host_graphs, in ExtractOutsideCompilationForIfNode() argument
2005 host_graphs->push_back(oc_host_graph_name); in ExtractOutsideCompilationForIfNode()
2015 std::vector<string>* host_graphs, in ExtractOutsideCompilationForWhileNode() argument
2071 std::vector<string> host_graphs; in ExtractOutsideCompilationForWhileNode() local
2074 host_graphs, fld, &cond_host_graph)); in ExtractOutsideCompilationForWhileNode()
2087 std::vector<string> host_graphs; in ExtractOutsideCompilationForWhileNode() local
2090 host_graphs, fld, &body_host_graph)); in ExtractOutsideCompilationForWhileNode()
2106 host_graphs->push_back(oc_host_graph_name); in ExtractOutsideCompilationForWhileNode()
[all …]