Skip to content

Commit

Permalink
[converter] remove custom Atan2
Browse files Browse the repository at this point in the history
  • Loading branch information
Juelianqvq committed Sep 8, 2023
1 parent 72d2555 commit 46236f3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tinynn/converter/operators/tflite/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@
pass


class Atan2Operator(CustomOperator):
def __init__(self, inputs, outputs) -> None:
super().__init__(inputs, outputs)
self.op.custom_code = "Atan2"


class TFLiteDetectionPostprocessOperator(CustomOperator):
def __init__(
self,
Expand Down

0 comments on commit 46236f3

Please sign in to comment.