mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-12-18 02:23:06 +08:00
Remove.
This commit is contained in:
parent
55366d9c0f
commit
295a0170d6
@ -241,9 +241,6 @@ class QuantizedTensor(torch.Tensor):
|
|||||||
def storage(self):
|
def storage(self):
|
||||||
return self._qdata.storage()
|
return self._qdata.storage()
|
||||||
|
|
||||||
def untyped_storage(self):
|
|
||||||
return self._qdata.untyped_storage()
|
|
||||||
|
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
# Generic Utilities (Layout-Agnostic Operations)
|
# Generic Utilities (Layout-Agnostic Operations)
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user