Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
These APIs have been deprecated and should no longer be used: Please use Windows.AI.MachineLearning instead.
Specifies the different types of WinML features.
Syntax
typedef enum WINML_FEATURE_TYPE {
WINML_FEATURE_UNDEFINED = 0,
WINML_FEATURE_TENSOR,
WINML_FEATURE_SEQUENCE,
WINML_FEATURE_MAP,
WINML_FEATURE_IMAGE
} ;
Constants
WINML_FEATURE_UNDEFINEDValue: 0 |
WINML_FEATURE_TENSOR |
WINML_FEATURE_SEQUENCE |
WINML_FEATURE_MAP |
WINML_FEATURE_IMAGE |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10, version 1803 [desktop apps only] |
| Minimum supported server | Windows Server [desktop apps only] |
| Header | winml.h |