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

Function forward

imperative/python/test/unit/jit/test_tracing.py:795–796  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

793
794def test_dump_without_output_error():
795 def forward(x):
796 return x * x
797
798 @trace(symbolic=True, capture_as_const=True)
799 def f(x):

Callers 2

fFunction · 0.70
make_rendezvousMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected