From 05edf7e11bb3d91f0e2b75e67914c2379cf0cd89 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 6 Apr 2020 16:50:26 +0000 Subject: [PATCH] Update tensorflow/python/ops/array_ops.py --- tensorflow/python/ops/array_ops.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/python/ops/array_ops.py b/tensorflow/python/ops/array_ops.py index fc29aafb7de..004bbeac7f6 100644 --- a/tensorflow/python/ops/array_ops.py +++ b/tensorflow/python/ops/array_ops.py @@ -3527,7 +3527,7 @@ def edit_distance(hypothesis, truth, normalize=True, name="edit_distance"): array([[inf, 1. ], [0.5, 1. ]], dtype=float32)> - The operaton returns a dense Tensor of shape `(2, 2)` with + The operaton returns a dense Tensor of shape `[2, 2]` with edit distances normalized by `truth` lengths. **Note**: It is possible to calculate edit distance between two