Fix shape inference for RFFT on empty shapes.
When the input is a shape with 0 dimensions, the output shape should be the same. Otherwise we don't detect that nothing needs to be computed. PiperOrigin-RevId: 232283150
Loading
Please sign in to comment