MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / _default_func_name

Function _default_func_name

imperative/python/megengine/xla/ir_utils.py:18–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16
17
18def _default_func_name():
19 global func_id
20 func_id += 1
21 return f"please_realize_func_name_system_{func_id}"
22
23
24def _is_rng_op(opr):

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected