Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dextract_outside_compilation_pass.cc387 TF_ASSIGN_OR_RETURN(Node * host_compute_node, in ReplaceOutsideCompilationCallNode()
389 VLOG(4) << "Added HostCompute node: " << host_compute_node->DebugString(); in ReplaceOutsideCompilationCallNode()
391 return host_compute_node; in ReplaceOutsideCompilationCallNode()
2410 Node* host_compute_node = host_compute_node_or.ValueOrDie(); in ExtractOutsideCompilationForFunction() local
2411 host_compute_nodes[host_compute_node->name()] = host_compute_node; in ExtractOutsideCompilationForFunction()
2416 Node* host_compute_node = iter.second; in ExtractOutsideCompilationForFunction() local
2418 TF_RETURN_IF_ERROR(GetNodeAttr(host_compute_node->def(), in ExtractOutsideCompilationForFunction()
2428 graph_out->AddControlEdge(iter->second, host_compute_node); in ExtractOutsideCompilationForFunction()