Grok 12.0.1
|
#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 |
|
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==().