pub unsafe extern "C" fn cuvsIvfPqIndexGetListSizes(
index: cuvsIvfPqIndex_t,
list_sizes: *mut DLManagedTensor,
) -> cuvsError_tExpand description
@brief Get the sizes of each list
@param[in] index cuvsIvfPqIndex_t Built Ivf-Pq index @param[out] list_sizes Output tensor that will be populated with a non-owning view of the data @return cuvsError_t