ReduceMean should reduce all dimensions by default
Right now, the axes
parameter is mandatory for the ReduceMean operator, however, if one wants to match the ONNX behavior, when axes
is empty, it should reduce all dimensions.
Also, keep_dims
should be a boolean.
Edited by Olivier BICHLER