|
| KnnSearchOpKernelCPU (OpKernelConstruction *construction) |
|
void | Kernel (tensorflow::OpKernelContext *context, const tensorflow::Tensor &points, const tensorflow::Tensor &queries, const int k, const tensorflow::Tensor &points_row_splits, const tensorflow::Tensor &queries_row_splits, tensorflow::Tensor &query_neighbors_row_splits) |
|
◆ KnnSearchOpKernelCPU()
◆ Kernel()
template<class T >
void KnnSearchOpKernelCPU< T >::Kernel |
( |
tensorflow::OpKernelContext * |
context, |
|
|
const tensorflow::Tensor & |
points, |
|
|
const tensorflow::Tensor & |
queries, |
|
|
const int |
k, |
|
|
const tensorflow::Tensor & |
points_row_splits, |
|
|
const tensorflow::Tensor & |
queries_row_splits, |
|
|
tensorflow::Tensor & |
query_neighbors_row_splits |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: