From ab19051b7dacd39df58d307d7cd2a5f052e0636b Mon Sep 17 00:00:00 2001 From: Ilya Lavrenov Date: Fri, 3 Jul 2020 13:27:41 +0300 Subject: [PATCH] Fixed typo in docs (#1201) --- docs/ops/quantization/FakeQuantize_1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ops/quantization/FakeQuantize_1.md b/docs/ops/quantization/FakeQuantize_1.md index 9231229aad5..3fa62dddc62 100644 --- a/docs/ops/quantization/FakeQuantize_1.md +++ b/docs/ops/quantization/FakeQuantize_1.md @@ -44,7 +44,7 @@ else: * **5**: `output_high` - maximum quantized value. The shape must be broadcastable to the of *X*. Required. -**Inputs**: +**Outputs**: * **1**: `Y` - resulting tensor with shape and type matching the 1st input tensor *X*.