DPNP C++ backend kernel library 0.18.0dev1
Data Parallel Extension for NumPy*
Loading...
Searching...
No Matches
statistics::partitioning::PartitionState< T > Struct Template Reference
Collaboration diagram for statistics::partitioning::PartitionState< T >:

Public Member Functions

 PartitionState (State< T > &state)
 
sycl::event init (sycl::queue &queue, const std::vector< sycl::event > &deps)
 

Public Attributes

Counters iteration_counters
 
bool * stop
 
bool * left
 
T * pivot
 
size_t n
 
size_t * num_elems
 

Detailed Description

template<typename T>
struct statistics::partitioning::PartitionState< T >

Definition at line 157 of file partitioning.hpp.

Constructor & Destructor Documentation

◆ PartitionState()

template<typename T >
statistics::partitioning::PartitionState< T >::PartitionState ( State< T > & state)
inline

Definition at line 169 of file partitioning.hpp.

Member Function Documentation

◆ init()

template<typename T >
sycl::event statistics::partitioning::PartitionState< T >::init ( sycl::queue & queue,
const std::vector< sycl::event > & deps )
inline

Definition at line 181 of file partitioning.hpp.

Member Data Documentation

◆ iteration_counters

template<typename T >
Counters statistics::partitioning::PartitionState< T >::iteration_counters

Definition at line 159 of file partitioning.hpp.

◆ left

template<typename T >
bool* statistics::partitioning::PartitionState< T >::left

Definition at line 162 of file partitioning.hpp.

◆ n

template<typename T >
size_t statistics::partitioning::PartitionState< T >::n

Definition at line 166 of file partitioning.hpp.

◆ num_elems

template<typename T >
size_t* statistics::partitioning::PartitionState< T >::num_elems

Definition at line 167 of file partitioning.hpp.

◆ pivot

template<typename T >
T* statistics::partitioning::PartitionState< T >::pivot

Definition at line 164 of file partitioning.hpp.

◆ stop

template<typename T >
bool* statistics::partitioning::PartitionState< T >::stop

Definition at line 161 of file partitioning.hpp.


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