Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_metadata
Function · 0.70
test_replace_var
Function · 0.70
test_replace_opr
Function · 0.70
test_modify_params
Function · 0.70
test_make_const
Function · 0.70
test_add_input
Function · 0.70
test_add_remove_output
Function · 0.70
test_query
Function · 0.70
test_dump_cond_take
Function · 0.70
test_set_symbolic_shape
Function · 0.70
test_replace_var_in_different_network
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected