Skip to content

Commit d958509

Browse files
committed
fix lint
1 parent 5206504 commit d958509

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backends/qualcomm/quantizer/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def decorator(annotator: Callable):
4242

4343
return decorator
4444

45+
4546
def _is_input_float_tensor(node: Node):
4647
"""Check if the input is not a float tensor, so that we can skip quantization for the node
4748
since observers only works with float Tensors

0 commit comments

Comments
 (0)