AcceleratorConfig constructor

AcceleratorConfig({
  1. String? coreCount,
  2. String? type,
})

Implementation

AcceleratorConfig({
  this.coreCount,
  this.type,
});