24 lines
312 B
JSON
24 lines
312 B
JSON
{
|
|
"command": "fuzz_grad",
|
|
"n_trials": 400,
|
|
"seed": 0,
|
|
"primitives": [
|
|
"neg",
|
|
"reciprocal",
|
|
"relu",
|
|
"square",
|
|
"sqrt",
|
|
"exp",
|
|
"log",
|
|
"add",
|
|
"mul",
|
|
"dot",
|
|
"where",
|
|
"expand_dims",
|
|
"moveaxis",
|
|
"reshape",
|
|
"reduce_sum"
|
|
],
|
|
"check_nan_inf": false
|
|
}
|