tensorflow / tflite-micro

Infrastructure to enable deployment of ML models to low-power resource-constrained embedded targets (including microcontrollers and digital signal processors).
Apache License 2.0
1.94k stars 826 forks source link

Fix typo in hello world example #2925

Closed fwcd closed 3 days ago

fwcd commented 4 days ago

In most other examples, the values are quantized by shifting by the zero point rather than the scale again, so I assume this is a typo.

BUG=typo fix

google-cla[bot] commented 4 days ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

suleshahid commented 3 days ago

Thanks for the PR!

suleshahid commented 3 days ago

Repo PR requirement, could you add BUG=typo fix to your PR description, thanks.

fwcd commented 3 days ago

Updated!