Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_load
Function · 0.70
test_catch_input_name
Function · 0.70
test_get_opr_seq
Function · 0.70
test_topological_sort
Function · 0.70
Calls
2
ceil
Method · 0.45
floor
Method · 0.45
Tested by
no test coverage detected