Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace GpuDevice

GPU device details.

Properties

Optional coresCount

coresCount: undefined | number

Number of GPU cores. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional description

description: undefined | string

GPU device description.

Optional manufacturer

manufacturer: undefined | string

The manufacturer of GPU.

Optional memoryInMBs

memoryInMBs: undefined | number

GPU memory size in MBs. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional name

name: undefined | string

GPU device name.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: GpuDevice): object

getJsonObj