WINML_MAP_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 map variable.

Syntax

typedef struct WINML_MAP_VARIABLE_DESC {
  WINML_TENSOR_DATA_TYPE KeyType;
  WINML_TENSOR_DATA_TYPE Fields;
} WINML_MAP_VARIABLE_DESC;

Members

KeyType

A WINML_TENSOR_DATA_TYPE containing the key tensor data type.

Fields

A WINML_TENSOR_DATA_TYPE containing the fields 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