Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dcall_graph.cc214 CallGraphNode& callee_node = GetNode(callee); in SetCallContexts() local
226 UnionContexts(context_to_add, callee_node.context()); in SetCallContexts()
228 if (new_context != callee_node.context()) { in SetCallContexts()
230 callee_node.set_context(new_context); in SetCallContexts()
231 worklist.push(&callee_node); in SetCallContexts()
265 CallGraphNode& callee_node = GetNode(callee); in SetNodeDepths() local
266 if (callee_node.depth() < node->depth() + 1) { in SetNodeDepths()
267 callee_node.set_depth(node->depth() + 1); in SetNodeDepths()
268 worklist.push(&callee_node); in SetNodeDepths()