Searched defs:is_max (Results 1 – 9 of 9) 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
209 constexpr bool is_max() const { return *this == Max(); } in is_max() function427 constexpr bool is_max() const { return *this == Max(); } in is_max() function
422 constexpr bool is_max() const { return *this == Max(); } in is_max() function
2752 bool is_max = i & 1; in testRequests() local2838 bool is_max = (num_bufs - 1) & 1; in testRequests() local
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()