Skip to main content

cuvsIvfPqIndexGetCentersRot

Function cuvsIvfPqIndexGetCentersRot 

Source
pub unsafe extern "C" fn cuvsIvfPqIndexGetCentersRot(
    index: cuvsIvfPqIndex_t,
    centers_rot: *mut DLManagedTensor,
) -> cuvsError_t
Expand description

@brief Get the rotated cluster centers [n_lists, rot_dim] where rot_dim = pq_len * pq_dim

@param[in] index cuvsIvfPqIndex_t Built Ivf-Pq index @param[out] centers_rot Output tensor that will be populated with a non-owning view of the data @return cuvsError_t