coreCount property

  1. @TagNumber.new(2)
Int64 get coreCount

Count of cores of this accelerator.

Implementation

@$pb.TagNumber(2)
$fixnum.Int64 get coreCount => $_getI64(1);
  1. @TagNumber.new(2)
set coreCount (Int64 v)

Implementation

@$pb.TagNumber(2)
set coreCount($fixnum.Int64 v) {
  $_setInt64(1, v);
}