SkillExecutionDeviceCPU.Create Method
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.
Instantiates a SkillExecutionDeviceCPU and returns it as an ISkillExecutionDevice.
public:
static Microsoft::AI::Skills::SkillInterfacePreview::SkillExecutionDeviceCPU ^ Create();
public static Microsoft.AI.Skills.SkillInterfacePreview.SkillExecutionDeviceCPU Create ();
static member Create : unit -> Microsoft.AI.Skills.SkillInterfacePreview.SkillExecutionDeviceCPU
Public Shared Function Create () As SkillExecutionDeviceCPU
Returns
The SkillExecutionDeviceCPU instantiated.