Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/tvm
/ _make_dataset
Function
_make_dataset
tests/python/relax/test_training_trainer_numeric.py:51–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
50
51
def
_make_dataset():
52
N = 100
53
return
[[np.ones((1, 10)).astype(np.float32), np.array([[0, 0, 1, 0, 0]], np.float32)]] * N
54
55
56
@tvm.testing.parametrize_targets(
"llvm"
)
Callers
4
test_execute
Function · 0.85
test_execute_numeric
Function · 0.85
test_load_export_params
Function · 0.85
test_setting_error
Function · 0.85
Calls
2
ones
Method · 0.80
astype
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…