{ "command": "fuzz_grad", "n_trials": 100, "seed": 9326167, "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 gradient computation with all supported primitives to verify backward-pass robustness", "points": 6 }