AcceleratorType constructor

AcceleratorType({
  1. String? acceleratorTypeName,
  2. MemoryInfo? memoryInfo,
  3. List<KeyValuePair>? throughputInfo,
})

Implementation

AcceleratorType({
  this.acceleratorTypeName,
  this.memoryInfo,
  this.throughputInfo,
});