Grok 12.0.1
Public Member Functions | Private Attributes | List of all members
hwy::InputStats< T > Class Template Reference

#include <algo-inl.h>

Public Member Functions

void Notify (T value)
 
bool operator== (const InputStats &other) const
 

Private Attributes

min_ = hwy::HighestValue<T>()
 
max_ = hwy::LowestValue<T>()
 
uint64_t sum_ = 0
 
size_t count_ = 0
 

Member Function Documentation

◆ Notify()

template<typename T >
void hwy::InputStats< T >::Notify ( T value)
inline

◆ operator==()

template<typename T >
bool hwy::InputStats< T >::operator== ( const InputStats< T > & other) const
inline

Member Data Documentation

◆ count_

template<typename T >
size_t hwy::InputStats< T >::count_ = 0
private

◆ max_

template<typename T >
T hwy::InputStats< T >::max_ = hwy::LowestValue<T>()
private

◆ min_

template<typename T >
T hwy::InputStats< T >::min_ = hwy::HighestValue<T>()
private

◆ sum_

template<typename T >
uint64_t hwy::InputStats< T >::sum_ = 0
private

The documentation for this class was generated from the following file: