Edit

WINML_FEATURE_TYPE enumeration (winml.h)

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_UNDEFINED
Value: 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