MCPcopy 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
412def dummy_token() -> Sequence[ir.Value]:
413 return ir_constant_tuple(np.zeros(0, np.bool_))
414
415
416def i32_attr(i):

Callers

nothing calls this directly

Calls 2

ir_constant_tupleFunction · 0.85
zerosMethod · 0.45

Tested by

no test coverage detected