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.h105 virtual bool ExecutesBeforeInSameComputation(
138 bool ExecutesBeforeInSameComputation(const HloInstruction* a,
218 bool ExecutesBeforeInSameComputation(const HloInstruction* a,
Dhlo_ordering.cc132 if (ExecutesBeforeInSameComputation(a_ancestor, b_ancestor)) { in GetExecutionConstraint()
135 if (ExecutesBeforeInSameComputation(b_ancestor, a_ancestor)) { in GetExecutionConstraint()
444 bool PredecessorHloOrdering::ExecutesBeforeInSameComputation( in ExecutesBeforeInSameComputation() function in xla::PredecessorHloOrdering
507 bool SequentialHloOrdering::ExecutesBeforeInSameComputation( in ExecutesBeforeInSameComputation() function in xla::SequentialHloOrdering