Vowpal Wabbit
Static Public Member Functions | List of all members
GD::set_initial_gd_wrapper< T > Class Template Reference

Static Public Member Functions

static void func (weight &w, std::pair< float, float > &initial, uint64_t)
 

Detailed Description

template<class T>
class GD::set_initial_gd_wrapper< T >

Definition at line 982 of file gd.cc.

Member Function Documentation

◆ func()

template<class T >
static void GD::set_initial_gd_wrapper< T >::func ( weight w,
std::pair< float, float > &  initial,
uint64_t   
)
inlinestatic

Definition at line 985 of file gd.cc.

986  {
987  w = initial.first;
988  (&w)[1] = initial.second;
989  }

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