From 7158a7f2893a32865e562106157b9913e520a6c4 Mon Sep 17 00:00:00 2001 From: Anthony Shoumikhin Date: Sun, 21 Apr 2024 20:50:06 -0700 Subject: [PATCH] Fix linter. (#3195) Summary: overriding_review_checks_triggers_an_audit_and_retroactive_review Oncall Short Name: executorch Differential Revision: D56405764 --- backends/qualcomm/quantizer/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backends/qualcomm/quantizer/utils.py b/backends/qualcomm/quantizer/utils.py index ee335a37229..ac741b7dc14 100644 --- a/backends/qualcomm/quantizer/utils.py +++ b/backends/qualcomm/quantizer/utils.py @@ -43,7 +43,6 @@ def decorator(annotator: Callable): return decorator - def _is_input_float_tensor(node: Node): """Check if the input is not a float tensor, so that we can skip quantization for the node since observers only works with float Tensors