DML_FEATURE_QUERY_TENSOR_DATA_TYPE_SUPPORT structure (directml.h)

Used to query a DirectML device for its support for a particular data type within tensors. See IDMLDevice::CheckFeatureSupport. The query type is DML_FEATURE_QUERY_TENSOR_DATA_TYPE_SUPPORT, and the support data type is DML_FEATURE_DATA_TENSOR_DATA_TYPE_SUPPORT.

Syntax

struct DML_FEATURE_QUERY_TENSOR_DATA_TYPE_SUPPORT {
  DML_TENSOR_DATA_TYPE DataType;
};

Members

DataType

Type: DML_TENSOR_DATA_TYPE

The data type about which you're querying for support.

Requirements

Requirement Value
Header directml.h