|
Grok 10.0.5
|
#include <algo-inl.h>
Public Member Functions | |
| void | Notify (T value) |
| bool | operator== (const InputStats &other) const |
Private Attributes | |
| T | min_ = hwy::HighestValue<T>() |
| T | max_ = hwy::LowestValue<T>() |
| uint64_t | sum_ = 0 |
| size_t | count_ = 0 |
|
inline |
References hwy::InputStats< T >::count_, hwy::InputStats< T >::max_, hwy::InputStats< T >::min_, and hwy::InputStats< T >::sum_.
Referenced by hwy::HWY_NAMESPACE::GenerateInput(), and hwy::HWY_NAMESPACE::VerifySort().
|
inline |
|
private |
Referenced by hwy::InputStats< T >::Notify(), and hwy::InputStats< T >::operator==().
|
private |
Referenced by hwy::InputStats< T >::Notify(), and hwy::InputStats< T >::operator==().
|
private |
Referenced by hwy::InputStats< T >::Notify(), and hwy::InputStats< T >::operator==().
|
private |
Referenced by hwy::InputStats< T >::Notify(), and hwy::InputStats< T >::operator==().