Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dcall_graph.cc218 CallContext context_to_add; in SetCallContexts() local
220 context_to_add = CallContext::kParallel; in SetCallContexts()
223 context_to_add = node->context(); in SetCallContexts()
226 UnionContexts(context_to_add, callee_node.context()); in SetCallContexts()