|
using | RetT = std::tuple<bool, uint64_t, uint64_t, uint64_t, uint64_t> |
|
using | FnT |
|
|
RetT | call (const dpctl::tensor::usm_ndarray &a, dpctl::tensor::usm_ndarray &partitioned, uint64_t k, const std::vector< sycl::event > &depends) |
|
Definition at line 34 of file kth_element1d.hpp.
◆ 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> |
◆ dispatch_table
The documentation for this struct was generated from the following file: