MCPcopy Create free account
hub / github.com/pytorch/executorch / copy

Method copy

exir/pass_base.py:115–116  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

113 return key in self.data
114
115 def copy(self) -> "NodeMetadata":
116 return NodeMetadata(self.data.copy())
117
118
119class ProxyValue:

Callers 15

install_requirementsFunction · 0.45
create_workspaceMethod · 0.45
__init__Method · 0.45
map_argsFunction · 0.45
__deepcopy__Method · 0.45
__call__Method · 0.45
update_argsFunction · 0.45
callMethod · 0.45
_remove_non_user_outputsFunction · 0.45
to_executorchMethod · 0.45
deserializeMethod · 0.45

Calls 1

NodeMetadataClass · 0.85

Tested by 2

callMethod · 0.36