DML_FEATURE_DATA_TENSOR_DATA_TYPE_SUPPORT structure (directml.h)

Provides detail about whether a DirectML device supports 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_DATA_TENSOR_DATA_TYPE_SUPPORT {
  BOOL IsSupported;
};

Members

IsSupported

Type: BOOL

TRUE if the tensor data type is supported within tensors by the DirectML device. Otherwise, FALSE.

Requirements

Requirement Value
Header directml.h

See also

IDMLDevice::CheckFeatureSupport