AcceleratorConfig constructor

AcceleratorConfig({
  1. String? acceleratorCount,
  2. String? acceleratorType,
  3. GPUDriverInstallationConfig? gpuDriverInstallationConfig,
  4. String? gpuPartitionSize,
  5. GPUSharingConfig? gpuSharingConfig,
})

Implementation

AcceleratorConfig({
  this.acceleratorCount,
  this.acceleratorType,
  this.gpuDriverInstallationConfig,
  this.gpuPartitionSize,
  this.gpuSharingConfig,
});