acceleratorType property

  1. @TagNumber(1)
Accelerator_AcceleratorType acceleratorType

The type of an accelator for a CDF instance.

Implementation

@$pb.TagNumber(1)
Accelerator_AcceleratorType get acceleratorType => $_getN(0);
  1. @TagNumber(1)
void acceleratorType=(Accelerator_AcceleratorType v)

Implementation

@$pb.TagNumber(1)
set acceleratorType(Accelerator_AcceleratorType v) { setField(1, v); }