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 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_UNDEFINEDValue: 0 Binding type undefined. |
WINML_BINDING_TENSORBinding of type tensor. |
WINML_BINDING_SEQUENCEBinding of type sequence. |
WINML_BINDING_MAPBinding of type map. |
WINML_BINDING_IMAGEBinding of type image. |
WINML_BINDING_RESOURCEBinding 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 |