Skip to content

Commit de0fbfe

Browse files
authored
Update cptensor.py
1 parent 604e0d7 commit de0fbfe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pychop/builtin/cptensor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ class CPTensor(torch.Tensor):
99
- Inherits from torch.Tensor for full compatibility.
1010
- Uses LightChop for rounding tensors.
1111
- Operations return CPTensor instances (chopped post-op).
12-
Fixed 100%: Temporary class stripping prevents recursion in dispatch/printing.
1312
"""
1413
def __new__(cls, input_tensor, chopper=None):
1514
if chopper is None:

0 commit comments

Comments
 (0)