20 lines
259 B
JSON
20 lines
259 B
JSON
{
|
|
"command": "fuzz_eval",
|
|
"n_trials": 100,
|
|
"seed": 0,
|
|
"primitives": [
|
|
"neg",
|
|
"relu",
|
|
"square",
|
|
"add",
|
|
"mul",
|
|
"dot",
|
|
"where",
|
|
"expand_dims",
|
|
"moveaxis",
|
|
"reshape",
|
|
"reduce_sum"
|
|
],
|
|
"check_nan_inf": true
|
|
}
|