The GitHub Actions job "Lint" on tvm.git/relax-tflite-reduce-window has failed.
Run started by GitHub user THINKER-ONLY (triggered by THINKER-ONLY).

Head commit for run:
468f2efc79baa9f83b6f33458eb222d8d4fea1b1 / THINKER-ONLY <[email protected]>
[Relax][Frontend][TFLite] Add REDUCE_WINDOW support

This commit adds Relax TFLite frontend support for the builtin REDUCE_WINDOW 
operator. The converter parses ReduceWindowOptions from BuiltinOptions2, 
validates the static window attributes, and lowers numeric and boolean 
reductions through topi.sliding_window plus Relax reductions.

The implementation covers ADD, MUL, MINIMUM, MAXIMUM, ALL, and ANY reduce 
functions. Empty output shapes are handled directly with Relax zeros, while 
quantized REDUCE_WINDOW and dynamic window attributes are left unsupported with 
explicit errors.

Tests add minimal hand-built TFLite flatbuffer fixtures and structural-equal 
coverage for all supported reduce functions, empty output dimensions, 
unsupported reduce functions, rank mismatch, and invalid stride values.

Report URL: https://github.com/apache/tvm/actions/runs/25787023923

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to