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

Function fwd

imperative/python/test/unit/utils/test_network.py:21–22  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

19
20 @trace(symbolic=True, capture_as_const=True)
21 def fwd(x):
22 return x * 2
23
24 fwd(x)
25

Callers 11

test_metadataFunction · 0.70
test_replace_varFunction · 0.70
test_replace_oprFunction · 0.70
test_modify_paramsFunction · 0.70
test_make_constFunction · 0.70
test_add_inputFunction · 0.70
test_add_remove_outputFunction · 0.70
test_queryFunction · 0.70
test_dump_cond_takeFunction · 0.70
test_set_symbolic_shapeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected