Skip to content

Commit

Permalink
Remove typo
Browse files Browse the repository at this point in the history
Corrected "offical" to "official" in the README.md file.
  • Loading branch information
omimakhare authored and kali committed Oct 18, 2023
1 parent 6dd9735 commit 2eba7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tflite/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ So the modelBuffer(the model read from a flatbuffer file) has a few components (
### Operators

- the list of builtin Operators can be found in the [generated tflite schema](./src/tflite_generated.rs) around line 443 in the const array `ENUM_VALUES_BUILTIN_OPERATOR: [BuiltinOperator; 162]`.
- the offical docs on supported supset of tensorflow operators in [TFLite](https://www.tensorflow.org/lite/guide/op_select_allowlist)
- the official docs on supported supset of tensorflow operators in [TFLite](https://www.tensorflow.org/lite/guide/op_select_allowlist)
- the [tflite c code](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/c)

### Subgraphs
Expand Down

0 comments on commit 2eba7db

Please sign in to comment.