Skip to content

Commit

Permalink
add rsqrt to requantize
Browse files Browse the repository at this point in the history
  • Loading branch information
suleshahid committed Nov 7, 2024
1 parent 9245002 commit e77618a
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 e77618a

Please sign in to comment.