Merge pull request #37387 from kiszk:spelling_tweaks_lite_g3doc

PiperOrigin-RevId: 299467449
Change-Id: Iaf02500a5aded004e5bab003d2275f617834110d
This commit is contained in:
TensorFlower Gardener 2020-03-06 17:07:25 -08:00
commit 4831d4f42f

View File

@ -303,7 +303,7 @@ TF_LITE_MICRO_EXPECT_EQ(kTfLiteOk, invoke_status);
### Obtain the output
The model's output tensor can be obtained by calling `output(0)` on the
`tflite::MicroIntepreter`, where `0` represents the first (and only) output
`tflite::MicroInterpreter`, where `0` represents the first (and only) output
tensor.
In the example, the model's output is a single floating point value contained