device property
Affinity hint: run this operator on CPU, GPU, or Neural Engine. The scheduler may override if the requested device is unavailable.
Implementation
@$pb.TagNumber(6)
DeviceAffinity get device => $_getN(5);
Implementation
@$pb.TagNumber(6)
set device(DeviceAffinity value) => $_setField(6, value);