Releases: zhenhuaw-me/tflite
Releases · zhenhuaw-me/tflite
tflite parser 2.18.0
What's Changed
- Update to TensorFlow V2.18.0 by @ebraheemabbas in #21
New Contributors
- @ebraheemabbas made their first contribution in #21
Full Changelog: v2.10.0...v2.18.0
tflite parser 2.10.0
For TensorFlow 2.10.0
tflite parser 2.4.0
- For TensorFlow 2.4.0
- Enhancements
tflite.opcode2name()
: get the type name of given opcode.tflite.BUILTIN_OPCODE2NAME
: a dict that maps the opcode to name of all the builtin operators.
- Compatibility Handling
tflite.OperatorCode.BuiltinCode()
: maintains API compability in 2.4.0, see README.md.
tflite parser 2.3.0
peer for tensorflow v2.3.0