MCPcopy 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

_write_elemwise_modesMethod · 0.45
_write_defMethod · 0.45
_write_midoutMethod · 0.45
formatMethod · 0.45
quoteMethod · 0.45
_tabulate_confluenceFunction · 0.45
process_nameFunction · 0.45
convertFunction · 0.45
_dump_ninja_fileFunction · 0.45
fetchMethod · 0.45

Calls

no outgoing calls

Tested by 1