Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
josephrocca authored Oct 12, 2022
1 parent 7e0144b commit 9dd70ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tf2onnx/tflite_handlers/tfl_direct.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@
@tfl_op("TFL_COMPLEX_ABS", tf_op="ComplexAbs")
@tfl_op("TFL_HARD_SWISH", tf_op="HardSwish")
@tfl_op("TFL_L2_NORMALIZATION", tf_op="L2Normalization")
@tfl_op("TFL_READ_VARIABLE", tf_op="ReadVariableOp")
@tfl_op("TFL_VAR_HANDLE", tf_op="VarHandleOp")
class TflDirectOp:
@classmethod
def to_tf(cls, ctx, node, **kwargs):
Expand Down

0 comments on commit 9dd70ff

Please sign in to comment.