SkillExecutionDeviceCPU.CoreCount Property

Definition

The amount of processing cores available on this CPU device.

public:
 property System::UInt16 CoreCount { System::UInt16 get(); };
public ushort CoreCount { get; }
member this.CoreCount : uint16
Public ReadOnly Property CoreCount As UShort

Property Value

UInt16

The amount of processing cores available on this CPU device.

Implements

Microsoft.AI.Skills.SkillInterfacePreview.ISkillExecutionDeviceCPU.CoreCount

Applies to