WINML_BINDING_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 bindings.

Syntax

typedef enum WINML_BINDING_TYPE {
  WINML_BINDING_UNDEFINED = 0,
  WINML_BINDING_TENSOR,
  WINML_BINDING_SEQUENCE,
  WINML_BINDING_MAP,
  WINML_BINDING_IMAGE,
  WINML_BINDING_RESOURCE
} ;

Constants

 
WINML_BINDING_UNDEFINED
Value: 0
Binding type undefined.
WINML_BINDING_TENSOR
Binding of type tensor.
WINML_BINDING_SEQUENCE
Binding of type sequence.
WINML_BINDING_MAP
Binding of type map.
WINML_BINDING_IMAGE
Binding of type image.
WINML_BINDING_RESOURCE
Binding of type resource.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1803 [desktop apps only]
Minimum supported server Windows Server [desktop apps only]
Header winml.h