32 lines
534 B
JSON
32 lines
534 B
JSON
|
|
{
|
||
|
|
"command": "fuzz_eval",
|
||
|
|
"n_trials": 100,
|
||
|
|
"seed": 5024369,
|
||
|
|
"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": "fuzz forward-pass with all supported primitives to verify robustness including numerically unsafe ops",
|
||
|
|
"points": 6
|
||
|
|
}
|