Searched defs:is_max (Results 1 – 5 of 5) 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
200 constexpr bool is_max() const { return *this == Max(); } in is_max() function432 constexpr bool is_max() const { return *this == Max(); } in is_max() function
421 constexpr bool is_max() const { return *this == Max(); } in is_max() function
864 pub const fn is_max(&self) -> bool { in is_max() method
5163 static bool MatchArgMinMax(const HloInstruction* hlo, bool is_max) { in MatchArgMinMax()