We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 604e0d7 commit de0fbfeCopy full SHA for de0fbfe
pychop/builtin/cptensor.py
@@ -9,7 +9,6 @@ class CPTensor(torch.Tensor):
9
- Inherits from torch.Tensor for full compatibility.
10
- Uses LightChop for rounding tensors.
11
- Operations return CPTensor instances (chopped post-op).
12
- Fixed 100%: Temporary class stripping prevents recursion in dispatch/printing.
13
"""
14
def __new__(cls, input_tensor, chopper=None):
15
if chopper is None:
0 commit comments