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

  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
sequential_thunk.cc 26 : Thunk(Kind::kSequential, hlo), thunks_(std::move(thunks)) {}
thunk.cc 53 case Thunk::kSequential:
54 return "kSequential";
thunk.h 60 kSequential,
  /external/tensorflow/tensorflow/compiler/xla/service/
flatten_call_graph.cc 80 CHECK_EQ(call_site.context(), CallContext::kSequential);
100 CallContext::kSequential) {
call_graph.cc 41 case CallContext::kSequential:
42 return "kSequential";
60 return CallContext::kSequential;
110 CHECK(context == CallContext::kSequential ||
184 // Contexts are different and neither is kNone, ie one is kSequential and
200 node.set_context(CallContext::kSequential);
219 CHECK_EQ(callsite.context(), CallContext::kSequential);
358 if (node.context() == CallContext::kSequential &&
call_graph_test.cc 111 EXPECT_EQ(CallContext::kSequential, node.context());
129 EXPECT_EQ(CallContext::kSequential, entry_node.context());
135 EXPECT_EQ(CallContext::kSequential, unreachable_node.context());
153 EXPECT_EQ(CallContext::kSequential, entry_node.context());
187 EXPECT_EQ(CallContext::kSequential, entry_node.context());
195 EXPECT_EQ(CallContext::kSequential, called_node.context());
232 EXPECT_EQ(CallContext::kSequential, call_callsite.context());
282 EXPECT_EQ(CallContext::kSequential, conditional_callsite.context());
365 EXPECT_EQ(CallContext::kSequential, entry_node.context());
call_graph.h 41 kSequential,
hlo_liveness_analysis.cc 201 if (call_graph_node.context() == CallContext::kSequential) {
231 if (call_graph_node.context() == CallContext::kSequential) {
copy_insertion.cc     [all...]
hlo_dataflow_analysis.cc 480 CHECK_EQ(call_graph_node.context(), CallContext::kSequential);
528 LOG(FATAL) << "CallContext::kSequential computations should only be "
692 if (call_graph_node.context() == CallContext::kSequential) {
    [all...]
hlo_rematerialization.cc     [all...]
  /art/compiler/optimizing/
loop_optimization.h 93 kSequential,
313 // loop (mode is kSequential) and the actual vector loop (mode is kVector). The data
loop_optimization.cc 483 vector_mode_(kSequential),
    [all...]

Completed in 136 milliseconds