Get a list of GPU devices the server can make use of.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Function gpu_devices() As NetricsGpuDeviceInfo()
C#
public NetricsGpuDeviceInfo[] gpu_devices()
C++
public:
 array<NetricsGpuDeviceInfo>^ gpu_devices() sealed 
J#
public NetricsGpuDeviceInfo[] gpu_devices()
JScript
public  function gpu_devices() : NetricsGpuDeviceInfo[]

Return Value

a list of GPU devices, or null if the server does not support GPU acceleration of GIP indexing.

See Also