Fix spelling error in map_fn documentation.

PiperOrigin-RevId: 344805330
Change-Id: Iace71268055552150a21a5fcee2f5421338f5959
This commit is contained in:
A. Unique TensorFlower 2020-11-30 07:07:14 -08:00 committed by TensorFlower Gardener
parent 3b2b12fb53
commit 966694417e

View File

@ -239,7 +239,7 @@ def map_fn(fn,
[2, 3, 4]], dtype=int32)>
In some cases, `tf.vectorized_map` can be used to automatically convert a
function to a vectorized eqivalent.
function to a vectorized equivalent.
#### Eager execution