Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions | Data Fields
at::native::WelfordData< scalar_t, index_t, combine_t > Struct Template Reference

Public Member Functions

C10_DEVICE WelfordData (scalar_t mean, scalar_t m2, index_t n, combine_t nf)
 

Data Fields

scalar_t mean
 
scalar_t m2
 
index_t n
 
combine_t nf
 

Detailed Description

template<typename scalar_t, typename index_t, typename combine_t>
struct at::native::WelfordData< scalar_t, index_t, combine_t >

Definition at line 35 of file SharedReduceOps.h.


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