SkillExecutionDeviceCPU.CoreCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The amount of processing cores available on this CPU device.
Implements
Microsoft.AI.Skills.SkillInterfacePreview.ISkillExecutionDeviceCPU.CoreCount