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 42 case CallContext::kParallel:
43 return "kParallel";
65 return CallContext::kParallel;
107 context == CallContext::kParallel);
181 // the other is kParallel.
212 if (callsite.context() == CallContext::kParallel) {
213 context_to_add = CallContext::kParallel;
flatten_call_graph.cc 74 if (call_site.context() == CallContext::kParallel) {
call_graph.h 36 kParallel,
call_graph_test.cc 156 EXPECT_EQ(CallContext::kParallel, map_node.context());
233 EXPECT_EQ(CallContext::kParallel, map_callsite.context());
hlo_dataflow_analysis.cc 432 if (call_graph_node.context() == CallContext::kParallel ||
753 call_graph_node.context() == CallContext::kParallel) {
    [all...]
copy_insertion.cc     [all...]
hlo_rematerialization.cc     [all...]

Completed in 215 milliseconds