AcceleratorConfig constructor

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

Implementation

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