In MLReduceOptions
- If empty, no dimensions are reduced, and the shape of the output tensor is the same as the shape of the input tensor.
Does that mean it should be an no-op (a.k.a identity)?
Is that true when you specifies empty axes for scalar input too?
If that's the case, our WPTs are wrong - it's clearly still reducing?