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

Function func

imperative/python/test/unit/utils/test_cgtools.py:124–125  ·  view source on GitHub ↗
(inp, *, net=None)

Source from the content-addressed store, hash-verified

122
123 @trace(symbolic=True, capture_as_const=True)
124 def func(inp, *, net=None):
125 return net(inp)
126
127 func(input, net=net)
128 file = io.BytesIO()

Callers 4

_dump_and_loadFunction · 0.70
test_catch_input_nameFunction · 0.70
test_get_opr_seqFunction · 0.70
test_topological_sortFunction · 0.70

Calls 2

ceilMethod · 0.45
floorMethod · 0.45

Tested by

no test coverage detected