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

Public Types

using RetT = std::tuple<bool, uint64_t, uint64_t, uint64_t, uint64_t>
 
using FnT
 

Public Member Functions

RetT call (const dpctl::tensor::usm_ndarray &a, dpctl::tensor::usm_ndarray &partitioned, uint64_t k, const std::vector< sycl::event > &depends)
 

Public Attributes

ext::common::DispatchTable< FnT > dispatch_table
 

Detailed Description

Definition at line 34 of file kth_element1d.hpp.

Member Typedef Documentation

◆ FnT

using statistics::partitioning::KthElement1d::FnT
Initial value:
RetT (*)(
sycl::queue &,
const void *,
void *,
const size_t,
const size_t,
const std::vector<sycl::event> &)

Definition at line 37 of file kth_element1d.hpp.

◆ RetT

using statistics::partitioning::KthElement1d::RetT = std::tuple<bool, uint64_t, uint64_t, uint64_t, uint64_t>

Definition at line 36 of file kth_element1d.hpp.

Member Data Documentation

◆ dispatch_table

ext::common::DispatchTable<FnT> statistics::partitioning::KthElement1d::dispatch_table

Definition at line 45 of file kth_element1d.hpp.


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