WINML_IMAGE_VARIABLE_DESC structure (winml.h)

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

Contains properties for the image variable description.

Syntax

typedef struct WINML_IMAGE_VARIABLE_DESC {
  WINML_TENSOR_DATA_TYPE ElementType;
  UINT                   NumDimensions;
  INT64                  *pShape;
} WINML_IMAGE_VARIABLE_DESC;

Members

ElementType

A WINML_TENSOR_DATA_TYPE containing the element tensor data type.

NumDimensions

The image variable dimension count.

pShape

A pointer to the shape of the image variable.

Requirements

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