Skip to content

Commit 7158a7f

Browse files
shoumikhinfacebook-github-bot
authored andcommitted
Fix linter. (#3195)
Summary: overriding_review_checks_triggers_an_audit_and_retroactive_review Oncall Short Name: executorch Differential Revision: D56405764
1 parent a7a9ab3 commit 7158a7f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backends/qualcomm/quantizer/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ def decorator(annotator: Callable):
4343
return decorator
4444

4545

46-
4746
def _is_input_float_tensor(node: Node):
4847
"""Check if the input is not a float tensor, so that we can skip quantization for the node
4948
since observers only works with float Tensors

0 commit comments

Comments
 (0)