values constant

List<DeviceAffinity> const values

Implementation

static const $core.List<DeviceAffinity> values = <DeviceAffinity>[
  DEVICE_AFFINITY_UNSPECIFIED,
  DEVICE_AFFINITY_ANY,
  DEVICE_AFFINITY_CPU,
  DEVICE_AFFINITY_GPU,
  DEVICE_AFFINITY_ANE,
];