Files
fvnn-minijax/tests/milestone1/open/fuzz/eval/shape_ops/test.json
T

15 lines
339 B
JSON
Raw Normal View History

2026-05-26 10:24:33 +02:00
{
"command": "fuzz_eval",
"n_trials": 50,
"seed": 5257192,
"primitives": [
"expand_dims",
"moveaxis",
"reshape",
"reduce_sum"
],
"check_nan_inf": false,
"description": "targeted fuzz for shape-manipulating primitives (expand_dims/moveaxis/reshape/reduce_sum) to catch shape-propagation bugs",
"points": 6
}