Namespaces | Functions
mean.hpp File Reference
#include "../matrix/data.hpp"
#include "../matrix/part_descriptor.hpp"
#include <raft/core/comms.hpp>
#include <raft/core/handle.hpp>
Include dependency graph for mean.hpp:

Go to the source code of this file.

Namespaces

 MLCommon
 
 MLCommon::Stats
 
 MLCommon::Stats::opg
 

Functions

void MLCommon::Stats::opg::mean (const raft::handle_t &handle, Matrix::Data< float > &out, const std::vector< Matrix::Data< float > * > &in, const Matrix::PartDescriptor &inDesc, cudaStream_t *streams, int n_streams)
 performs MNMG mean calculation. More...
 
void MLCommon::Stats::opg::mean (const raft::handle_t &handle, Matrix::Data< double > &out, const std::vector< Matrix::Data< double > * > &in, const Matrix::PartDescriptor &inDesc, cudaStream_t *streams, int n_streams)