mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-06-02 18:35:41 +08:00
parent
f55c98a89f
commit
6484ac89dc
@ -235,8 +235,8 @@ class QuantizedTensor(torch.Tensor):
|
|||||||
def is_pinned(self):
|
def is_pinned(self):
|
||||||
return self._qdata.is_pinned()
|
return self._qdata.is_pinned()
|
||||||
|
|
||||||
def is_contiguous(self):
|
def is_contiguous(self, *arg, **kwargs):
|
||||||
return self._qdata.is_contiguous()
|
return self._qdata.is_contiguous(*arg, **kwargs)
|
||||||
|
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
# Generic Utilities (Layout-Agnostic Operations)
|
# Generic Utilities (Layout-Agnostic Operations)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user