Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 901 Bytes

MLOperatorExecutionType.md

File metadata and controls

37 lines (30 loc) · 901 Bytes
title description ms.date ms.topic keywords topic_type api_type api_name api_location
MLOperatorExecutionType enum
Learn about the MLOperatorExecutionType enum. This enum specifies whether a kernel uses the CPU or GPU for computation.
4/1/2019
article
windows 10, windows machine learning, WinML, custom operators, MLOperatorExecutionType
APIRef
NA
MLOperatorExecutionType
MLOperatorAuthor.h

MLOperatorExecutionType enum

Specifies whether a kernel uses the CPU or GPU for computation.

Fields

Name Value Description
Undefined 0
Cpu 1
D3D12 2

Requirements

Requirement
Minimum supported client Windows 10, build 17763
Minimum supported server Windows Server 2019 with Desktop Experience
Header MLOperatorAuthor.h

[!INCLUDE help]