Home
last modified time | relevance | path

Searched refs:IsNoop (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dar_crs_combiner.cc87 if (!Cast<HloAllReduceInstruction>(next)->IsNoop() && in MatchesArCrsPattern()
Dhlo_instructions.h333 bool IsNoop() const;
Dhlo_instructions.cc545 bool HloAllReduceInstruction::IsNoop() const { in IsNoop() function in xla::HloAllReduceInstruction