DPNP C++ backend kernel library 0.20.0dev4
Data Parallel Extension for NumPy*
Loading...
Searching...
No Matches
dpnp::kernels::histogram::HistogramFunctor< T, HistImpl, Edges, Weights > Class Template Reference

Public Member Functions

 HistogramFunctor (const T *in_, const std::size_t size_, const std::size_t dims_, const std::uint32_t WorkPI_, const HistImpl &hist_, const Edges &edges_, const Weights &weights_)
 
void operator() (sycl::nd_item< 1 > item) const
 

Detailed Description

template<typename T, typename HistImpl, typename Edges, typename Weights>
class dpnp::kernels::histogram::HistogramFunctor< T, HistImpl, Edges, Weights >

Definition at line 39 of file histogram.hpp.

Constructor & Destructor Documentation

◆ HistogramFunctor()

template<typename T , typename HistImpl , typename Edges , typename Weights >
dpnp::kernels::histogram::HistogramFunctor< T, HistImpl, Edges, Weights >::HistogramFunctor ( const T * in_,
const std::size_t size_,
const std::size_t dims_,
const std::uint32_t WorkPI_,
const HistImpl & hist_,
const Edges & edges_,
const Weights & weights_ )
inline

Definition at line 51 of file histogram.hpp.

Member Function Documentation

◆ operator()()

template<typename T , typename HistImpl , typename Edges , typename Weights >
void dpnp::kernels::histogram::HistogramFunctor< T, HistImpl, Edges, Weights >::operator() ( sycl::nd_item< 1 > item) const
inline

Definition at line 63 of file histogram.hpp.


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