Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ set_value
Method
set_value
imperative/python/megengine/xla/lower.py:77–78 ·
view source on GitHub ↗
(self, varinfo, value)
Source
from the content-addressed store, hash-verified
75
return
self.inferred_values[varinfo]
76
77
def
set_value(self, varinfo, value):
78
self.inferred_values[varinfo] = value
79
80
81
@dataclasses.dataclass
Callers
4
run
Function · 0.45
calculate
Method · 0.45
get_var_shape_lower
Function · 0.45
create_tensor_lower
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected