Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
119
class
ProxyValue:
Callers
15
install_requirements
Function · 0.45
create_workspace
Method · 0.45
__init__
Method · 0.45
map_args
Function · 0.45
__deepcopy__
Method · 0.45
__call__
Method · 0.45
update_args
Function · 0.45
get_quant_patterns_and_replacements
Function · 0.45
call
Method · 0.45
_remove_non_user_outputs
Function · 0.45
to_executorch
Method · 0.45
deserialize
Method · 0.45
Calls
1
NodeMetadata
Class · 0.85
Tested by
2
call
Method · 0.36
_get_test_transformers
Method · 0.36