Vowpal Wabbit
Loading...
Searching...
No Matches
Namespaces | Functions
accumulate.h File Reference
#include "vw/core/vw_fwd.h"
#include <cstddef>
#include <cstdint>

Namespaces

namespace  VW
 
namespace  VW::details
 

Functions

void VW::details::accumulate (VW::workspace &all, parameters &weights, size_t o)
 
float VW::details::accumulate_scalar (VW::workspace &all, float local_sum)
 
void VW::details::accumulate_weighted_avg (VW::workspace &all, parameters &weights)
 
void VW::details::accumulate_avg (VW::workspace &all, parameters &weights, size_t o)
 
template<class T >
void VW::details::do_weighting (size_t normalized_idx, uint64_t length, const float *local_weights, T &weights)