Skip to content

Commit 3f48bb9

Browse files
Merge pull request #1140 from MicrosoftDocs/fix/directml-tbd-descriptions
Fix duplicate TBD descriptions in DirectML operator reference files
2 parents a877dc4 + 387557f commit 3f48bb9

4 files changed

Lines changed: 4 additions & 4 deletions

docs/directml/api/ns-directml-dml_dequantize_operator_desc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
UID: NS:directml.DML_DEQUANTIZE_OPERATOR_DESC
33
title: DML_DEQUANTIZE_OPERATOR_DESC structure
4-
description: TBD.
4+
description: Describes the parameters of a DirectML operator that dequantizes a tensor, converting quantized integer values back to floating-point representation using a specified scale and zero-point.
55
helpviewer_keywords: ["DML_DEQUANTIZE_OPERATOR_DESC","DML_DEQUANTIZE_OPERATOR_DESC structure","direct3d12.dml_dequantize_operator_desc","directml/DML_DEQUANTIZE_OPERATOR_DESC"]
66
ms.topic: reference
77
tech.root: directml

docs/directml/api/ns-directml-dml_mean_variance_normalization2_operator_desc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
UID: NS:directml.DML_MEAN_VARIANCE_NORMALIZATION2_OPERATOR_DESC
33
title: DML_MEAN_VARIANCE_NORMALIZATION2_OPERATOR_DESC structure
4-
description: TBD.
4+
description: Describes the parameters of a DirectML operator that performs mean-variance normalization on an input tensor, with support for additional configuration options compared to the original operator.
55
helpviewer_keywords: ["DML_MEAN_VARIANCE_NORMALIZATION2_OPERATOR_DESC","DML_MEAN_VARIANCE_NORMALIZATION2_OPERATOR_DESC structure","direct3d12.dml_mean_variance_normalization2_operator_desc","directml/DML_MEAN_VARIANCE_NORMALIZATION2_OPERATOR_DESC"]
66
ms.topic: reference
77
tech.root: directml

docs/directml/api/ns-directml-dml_multihead_attention1_operator_desc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
UID: NS:directml.DML_MULTIHEAD_ATTENTION1_OPERATOR_DESC
33
title: DML_MULTIHEAD_ATTENTION1_OPERATOR_DESC structure
4-
description: TBD.
4+
description: Describes the parameters of a DirectML operator that performs multi-head attention, an updated variant that supports additional features compared to the original multi-head attention operator.
55
helpviewer_keywords: ["DML_MULTIHEAD_ATTENTION1_OPERATOR_DESC","DML_MULTIHEAD_ATTENTION1_OPERATOR_DESC structure","direct3d12.dml_multihead_attention1_operator_desc","directml/DML_MULTIHEAD_ATTENTION1_OPERATOR_DESC"]
66
ms.topic: reference
77
tech.root: directml

docs/directml/api/ns-directml-dml_quantize_operator_desc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
UID: NS:directml.DML_QUANTIZE_OPERATOR_DESC
33
title: DML_QUANTIZE_OPERATOR_DESC structure
4-
description: TBD.
4+
description: Describes the parameters of a DirectML operator that quantizes a floating-point tensor to a lower-precision integer representation using a specified scale and zero-point.
55
helpviewer_keywords: ["DML_QUANTIZE_OPERATOR_DESC","DML_QUANTIZE_OPERATOR_DESC structure","direct3d12.dml_quantize_operator_desc","directml/DML_QUANTIZE_OPERATOR_DESC"]
66
ms.topic: reference
77
tech.root: directml

0 commit comments

Comments
 (0)