Searched defs:is_max (Results 1 – 6 of 6) sorted by relevance
173 constexpr bool is_max() const { in is_max() function357 bool is_max() const { return us_ == std::numeric_limits<int64_t>::max(); } in is_max() function
206 constexpr bool is_max() const { return *this == Max(); } in is_max() function424 constexpr bool is_max() const { return *this == Max(); } in is_max() function
424 constexpr bool is_max() const { return *this == Max(); } in is_max() function
846 pub const fn is_max(&self) -> bool { in is_max() method
614 bool is_max; in is_minmax_compatible() local
5163 static bool MatchArgMinMax(const HloInstruction* hlo, bool is_max) { in MatchArgMinMax()