Skip to content

tflite parser 2.4.0

Compare
Choose a tag to compare
@zhenhuaw-me zhenhuaw-me released this 03 Feb 12:56
· 10 commits to master since this release
  • 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.