fused_fftconv2d_supported#
- fused_fftconv2d_supported(x_dim, y_dim, k_x, k_y)#
Whether the fused 2D kernel can handle this input/kernel shape combination.
A cheap, exception-free probe over the same rules as
resolve_fused_fft_size()— useful for backend auto-selection and for thetorch.compilepattern-match guard.