(d32b4fc (Mon Sep 14 15:46:25 2026 -0700))
Go to the source code of this file.
|
| void | furthest_point_sampling_launcher (int b, int n, int m, const float *dataset, float *temp, int *idxs) |
| |
| void | furthest_point_sampling_launcher_cpu (int b, int n, int m, const float *dataset, float *temp, int *idxs) |
| |
◆ furthest_point_sampling_launcher()
| void furthest_point_sampling_launcher |
( |
int |
b, |
|
|
int |
n, |
|
|
int |
m, |
|
|
const float * |
dataset, |
|
|
float * |
temp, |
|
|
int * |
idxs |
|
) |
| |
◆ furthest_point_sampling_launcher_cpu()
| void furthest_point_sampling_launcher_cpu |
( |
int |
b, |
|
|
int |
n, |
|
|
int |
m, |
|
|
const float * |
dataset, |
|
|
float * |
temp, |
|
|
int * |
idxs |
|
) |
| |