AcceleratorConfig constructor

AcceleratorConfig({
  1. int? acceleratorCount,
  2. String? acceleratorType,
})

Implementation

AcceleratorConfig({
  this.acceleratorCount,
  this.acceleratorType,
});