CuVSIvfPqSearchParams
Java package: com.nvidia.cuvs
Public Members
getnProbes
Gets the number of clusters to search
Returns
the number of clusters to search
Source: java/cuvs-java/src/main/java/com/nvidia/cuvs/CuVSIvfPqSearchParams.java:71
getLutDtype
Gets the data type of look up table to be created dynamically at search time
Returns
the data type of look up table to be created dynamically at search time
Source: java/cuvs-java/src/main/java/com/nvidia/cuvs/CuVSIvfPqSearchParams.java:81
getInternalDistanceDtype
Gets the storage data type for distance/similarity computed at search time
Returns
the storage data type for distance/similarity computed at search time
Source: java/cuvs-java/src/main/java/com/nvidia/cuvs/CuVSIvfPqSearchParams.java:90
getPreferredShmemCarveout
Gets the preferred fraction of SM’s unified memory / L1 cache to be used as shared memory
Returns
the preferred fraction of SM’s unified memory / L1 cache to be used as shared memory
Source: java/cuvs-java/src/main/java/com/nvidia/cuvs/CuVSIvfPqSearchParams.java:101
withNProbes
Sets the number of clusters to search.
Parameters
Returns
an instance of Builder
Source: java/cuvs-java/src/main/java/com/nvidia/cuvs/CuVSIvfPqSearchParams.java:175
withLutDtype
Sets the the data type of look up table to be created dynamically at search time.
Parameters
Returns
an instance of Builder
Source: java/cuvs-java/src/main/java/com/nvidia/cuvs/CuVSIvfPqSearchParams.java:188
withInternalDistanceDtype
Sets the storage data type for distance/similarity computed at search time.
Parameters
Returns
an instance of Builder
Source: java/cuvs-java/src/main/java/com/nvidia/cuvs/CuVSIvfPqSearchParams.java:200
withPreferredShmemCarveout
Sets the preferred fraction of SM’s unified memory / L1 cache to be used as shared memory.
Parameters
Returns
an instance of Builder
Source: java/cuvs-java/src/main/java/com/nvidia/cuvs/CuVSIvfPqSearchParams.java:213
build
Builds an instance of CuVSIvfPqSearchParams.
Returns
an instance of CuVSIvfPqSearchParams
Source: java/cuvs-java/src/main/java/com/nvidia/cuvs/CuVSIvfPqSearchParams.java:223
Source: java/cuvs-java/src/main/java/com/nvidia/cuvs/CuVSIvfPqSearchParams.java:9