Skip to content

Commit ebc38b2

Browse files
shoumikhinfacebook-github-bot
authored andcommitted
Fix linter. (#3195)
Summary: Pull Request resolved: #3195 overriding_review_checks_triggers_an_audit_and_retroactive_review Oncall Short Name: executorch Differential Revision: D56405764 fbshipit-source-id: 284f54c9aabdebb070edf7d6931b43260af8ad24
1 parent a7a9ab3 commit ebc38b2

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)