Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ dummy_token
Function
dummy_token
imperative/python/megengine/xla/ir_utils.py:412–413 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
410
411
412
def
dummy_token() -> Sequence[ir.Value]:
413
return
ir_constant_tuple(np.zeros(0, np.bool_))
414
415
416
def
i32_attr(i):
Callers
nothing calls this directly
Calls
2
ir_constant_tuple
Function · 0.85
zeros
Method · 0.45
Tested by
no test coverage detected