Skip to content

Commit

Permalink
Add SQRT to Requantize Flatbuffer. (tensorflow#2756)
Browse files Browse the repository at this point in the history
BUG=Add more support for tool.
  • Loading branch information
suleshahid authored Nov 12, 2024
1 parent 26ada36 commit d7c42b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow/lite/micro/tools/requantize_flatbuffer.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
schema_py_generated.BuiltinOperator.QUANTIZE,
schema_py_generated.BuiltinOperator.RESHAPE,
schema_py_generated.BuiltinOperator.RSQRT,
schema_py_generated.BuiltinOperator.SQRT,
schema_py_generated.BuiltinOperator.SQUARED_DIFFERENCE,
schema_py_generated.BuiltinOperator.STRIDED_SLICE,
schema_py_generated.BuiltinOperator.SUB,
Expand Down

0 comments on commit d7c42b9

Please sign in to comment.