Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ replace
Method
replace
imperative/python/megengine/xla/lower.py:70–71 ·
view source on GitHub ↗
(self, **kw)
Source
from the content-addressed store, hash-verified
68
return
self.backend_or_name
69
70
def
replace(self, **kw):
71
return
dataclasses.replace(self, **kw)
72
73
def
get_value(self, varinfo):
74
assert varinfo in self.inferred_values
Callers
15
extend_elemwise_mode_info
Method · 0.45
_write_elemwise_modes
Method · 0.45
_write_def
Method · 0.45
_write_midout
Method · 0.45
format
Method · 0.45
quote
Method · 0.45
_tabulate_confluence
Function · 0.45
process_name
Function · 0.45
convert
Function · 0.45
remove_duplicate_names
Method · 0.45
_dump_ninja_file
Function · 0.45
fetch
Method · 0.45
Calls
no outgoing calls
Tested by
1
replace_all_pairs_inplace
Function · 0.36