Skip to content

Commit

Permalink
Precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe5 committed Dec 18, 2023
1 parent 180a9b8 commit c509d07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/brevitas/quant_tensor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@ def cat(tensors, dim, out=None):
output_value = torch.cat(tensors, dim=dim)
return output_value


# Reference: https://docs.python.org/3/reference/datamodel.html#emulating-numeric-types

def __neg__(self):
Expand Down

0 comments on commit c509d07

Please sign in to comment.