From 7878f58d38915ba895670d3a550571bebd8c787c Mon Sep 17 00:00:00 2001 From: Tim Zaman Date: Wed, 20 Mar 2019 18:05:22 -0700 Subject: [PATCH] Typo in ops_compatibility --- tensorflow/lite/g3doc/guide/ops_compatibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/lite/g3doc/guide/ops_compatibility.md b/tensorflow/lite/g3doc/guide/ops_compatibility.md index 000cca5873c5b2..56caf7dcc714f7 100644 --- a/tensorflow/lite/g3doc/guide/ops_compatibility.md +++ b/tensorflow/lite/g3doc/guide/ops_compatibility.md @@ -999,7 +999,7 @@ Inputs { } Outputs { 0: k largest element along each last dimensional slice - 1: indices of values within the last dimension of the input ensor + 1: indices of values within the last dimension of the input tensor } ```