HomeSort by relevance Sort by last modified time
    Searched refs:kParallel (Results 1 - 7 of 7) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
call_graph.cc 43 case CallContext::kParallel:
44 return "kParallel";
69 return CallContext::kParallel;
111 context == CallContext::kParallel);
185 // the other is kParallel.
216 if (callsite.context() == CallContext::kParallel) {
217 context_to_add = CallContext::kParallel;
flatten_call_graph.cc 77 if (call_site.context() == CallContext::kParallel) {
call_graph.h 36 kParallel,
call_graph_test.cc 162 EXPECT_EQ(CallContext::kParallel, map_node.context());
239 EXPECT_EQ(CallContext::kParallel, map_callsite.context());
hlo_dataflow_analysis.cc 476 if (call_graph_node.context() == CallContext::kParallel ||
797 call_graph_node.context() == CallContext::kParallel) {
    [all...]
copy_insertion.cc     [all...]
hlo_rematerialization.cc     [all...]

Completed in 442 milliseconds