MCPcopy
hub / github.com/Comfy-Org/ComfyUI / _copy

Method _copy

comfy/nested_tensor.py:8–9  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

6 self.is_nested = True
7
8 def _copy(self):
9 return NestedTensor(self.tensors)
10
11 def apply_operation(self, other, operation):
12 o = self._copy()

Callers 2

apply_operationMethod · 0.95
toMethod · 0.95

Calls 1

NestedTensorClass · 0.85

Tested by

no test coverage detected