DPNP C++ backend kernel library 0.18.0dev1
Data Parallel Extension for NumPy*
Loading...
Searching...
No Matches
statistics::partitioning::Counters Struct Reference

Public Member Functions

 Counters (sycl::queue &queue)
 
void cleanup (sycl::queue &queue)
 

Public Attributes

uint64_t * less_count
 
uint64_t * equal_count
 
uint64_t * greater_equal_count
 
uint64_t * nan_count
 

Detailed Description

Definition at line 46 of file partitioning.hpp.

Constructor & Destructor Documentation

◆ Counters()

statistics::partitioning::Counters::Counters ( sycl::queue & queue)
inline

Definition at line 53 of file partitioning.hpp.

Member Function Documentation

◆ cleanup()

void statistics::partitioning::Counters::cleanup ( sycl::queue & queue)
inline

Definition at line 61 of file partitioning.hpp.

Member Data Documentation

◆ equal_count

uint64_t* statistics::partitioning::Counters::equal_count

Definition at line 49 of file partitioning.hpp.

◆ greater_equal_count

uint64_t* statistics::partitioning::Counters::greater_equal_count

Definition at line 50 of file partitioning.hpp.

◆ less_count

uint64_t* statistics::partitioning::Counters::less_count

Definition at line 48 of file partitioning.hpp.

◆ nan_count

uint64_t* statistics::partitioning::Counters::nan_count

Definition at line 51 of file partitioning.hpp.


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