CuVSDeviceMatrix
Java package: com.nvidia.cuvs
A Dataset implementation backed by device (GPU) memory.
Public Members
toHost
Returns a new host matrix with data from this device matrix.
The returned host matrix will need to be managed by the caller, which will be
responsible to call CuVSMatrix#close() to free its resources when done.
Source: java/cuvs-java/src/main/java/com/nvidia/cuvs/CuVSDeviceMatrix.java:16
Source: java/cuvs-java/src/main/java/com/nvidia/cuvs/CuVSDeviceMatrix.java:10