Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cccclai committed Apr 16, 2024
1 parent 5206504 commit d958509
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backends/qualcomm/quantizer/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ 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
Expand Down

0 comments on commit d958509

Please sign in to comment.