Values_0.FpgaDeviceInfoSourceDescribes the FPGA accelerator for the instance type.
type nonrec t = {name : FpgaDeviceName.t option;The name of the FPGA accelerator.
*)manufacturer : FpgaDeviceManufacturerName.t option;The manufacturer of the FPGA accelerator.
*)count : FpgaDeviceCount.t option;The count of FPGA accelerators for the instance type.
*)memoryInfo : FpgaDeviceMemoryInfo.t option;Describes the memory for the FPGA accelerator for the instance type.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of FpgaDeviceCount.t
| `String of FpgaDeviceName.t
| `Structure of
(string * [> `Integer of FpgaDeviceMemorySize.t ]) list ])
list ]