Skip to main content

cuvsIvfPqBuildPrecomputed

Function cuvsIvfPqBuildPrecomputed 

Source
pub unsafe extern "C" fn cuvsIvfPqBuildPrecomputed(
    res: cuvsResources_t,
    params: cuvsIvfPqIndexParams_t,
    dim: u32,
    pq_centers: *mut DLManagedTensor,
    centers: *mut DLManagedTensor,
    centers_rot: *mut DLManagedTensor,
    rotation_matrix: *mut DLManagedTensor,
    index: cuvsIvfPqIndex_t,
) -> cuvsError_t