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

32 lines
528 B
JSON
Raw Normal View History

2026-05-26 10:24:33 +02:00
{
"command": "fuzz_eval",
"n_trials": 200,
"seed": 8690109,
"primitives": [
"neg",
"reciprocal",
"relu",
"square",
"sqrt",
"exp",
"log",
"leaky_relu",
"elu",
"gelu",
"add",
"mul",
"dot",
"where",
"expand_dims",
"moveaxis",
"reshape",
"reduce_sum",
"pad",
"conv",
"avgpool"
],
"check_nan_inf": false,
"description": "broad forward-pass fuzz: 200 trials over all primitives to stress rare shape/dtype combinations",
"points": 6
}