Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dextract_outside_compilation_pass.cc2405 std::map<string, Node*> host_compute_nodes; in ExtractOutsideCompilationForFunction() local
2411 host_compute_nodes[host_compute_node->name()] = host_compute_node; in ExtractOutsideCompilationForFunction()
2415 for (const auto& iter : host_compute_nodes) { in ExtractOutsideCompilationForFunction()
2426 auto iter = host_compute_nodes.find(node_name); in ExtractOutsideCompilationForFunction()
2427 TF_RET_CHECK(iter != host_compute_nodes.end()); in ExtractOutsideCompilationForFunction()