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

Function f

imperative/python/megengine/utils/module_utils.py:17–18  ·  view source on GitHub ↗
(_, __, cur)

Source from the content-addressed store, hash-verified

15 """
16
17 def f(_, __, cur):
18 return cur
19
20 return _access_structure(obj, key, callback=f)
21

Callers 15

_subtensorFunction · 0.50
_kernel_initFunction · 0.50
_kernel_calcFunction · 0.50
syncbn_stage0Function · 0.50
syncbn_stage1Function · 0.50
syncbn_stage1_inferenceFunction · 0.50
syncbn_stage2Function · 0.50
syncbn_concat_statsFunction · 0.50
_subtensorFunction · 0.50
syncbn_split_statsFunction · 0.50
layerPixelShuffleFunction · 0.50
diag_plane_subgraphFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected