15 lines
339 B
JSON
15 lines
339 B
JSON
|
|
{
|
||
|
|
"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
|
||
|
|
}
|