Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ fun
Function
fun
imperative/python/test/unit/jit/test_tracing.py:172–173 ·
view source on GitHub ↗
(data, repeats)
Source
from the content-addressed store, hash-verified
170
def
test_repeat_in_trace():
171
@trace(symbolic=False)
172
def
fun(data, repeats):
173
F.repeat(data, repeats)
174
175
data = tensor(np.random.random([1, 2, 3]).astype(np.float32))
176
Callers
5
test_repeat_in_trace
Function · 0.70
test_split_dump
Function · 0.70
test_dump_uint16_elemwise
Function · 0.70
param_access_record
Function · 0.50
sum_result
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected