Update tensorflow/python/ops/array_ops.py
This commit is contained in:
parent
16028e280d
commit
26e4ac1d76
@ -3507,7 +3507,7 @@ def edit_distance(hypothesis, truth, normalize=True, name="edit_distance"):
|
||||
For example:
|
||||
|
||||
Given the following input,
|
||||
* `hypothesis` is a `tf.SparseTensor` of shape `(2, 1, 1)`
|
||||
* `hypothesis` is a `tf.SparseTensor` of shape `[2, 1, 1]`
|
||||
* `truth` is a `tf.SparseTensor` of shape `(2, 2, 2)`
|
||||
|
||||
>>> hypothesis = tf.SparseTensor(
|
||||
|
Loading…
x
Reference in New Issue
Block a user