Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_operation
Method · 0.95
to
Method · 0.95
Calls
1
NestedTensor
Class · 0.85
Tested by
no test coverage detected