Searched defs:ExecutesBefore (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_ordering.cc35 bool HloOrdering::ExecutesBefore(const HloInstruction* a, function in class:xla::HloOrdering
122 return ExecutesBefore(a.defining_instruction(), b.defining_instruction());
131 if (ExecutesBefore(use.instruction, value.defining_instruction())) {
290 // ordering based on dependencies. ExecutesBefore will return true iff there

Completed in 127 milliseconds