WINML_SEQUENCE_VARIABLE_DESC structure (winml.h)

These APIs have been deprecated and should no longer be used:  Please use Windows.AI.MachineLearning instead.

Contains description properties of the sequence variable.

Syntax

typedef struct WINML_SEQUENCE_VARIABLE_DESC {
  WINML_TENSOR_DATA_TYPE ElementType;
} WINML_SEQUENCE_VARIABLE_DESC;

Members

ElementType

A WINML_TENSOR_DATA_TYPE containing the element tensor data type.

Requirements

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