Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion backends/qualcomm/quantizer/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down