Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_ordering.h84 virtual bool ExecutesBeforeInSameComputation(
117 bool ExecutesBeforeInSameComputation(const HloInstruction* a,
197 bool ExecutesBeforeInSameComputation(const HloInstruction* a,
Dhlo_ordering.cc98 return ExecutesBeforeInSameComputation(a_ancestor, b_ancestor); in ExecutesBefore()
307 bool PredecessorHloOrdering::ExecutesBeforeInSameComputation( in ExecutesBeforeInSameComputation() function in xla::PredecessorHloOrdering
370 bool SequentialHloOrdering::ExecutesBeforeInSameComputation( in ExecutesBeforeInSameComputation() function in xla::SequentialHloOrdering