Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
794
def
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
f
Function · 0.70
make_rendezvous
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected