mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-07-13 06:23:34 +00:00
* add "align corners" mode for bilinear upscale, and allow downscaling * add ggml_interpolate, deprecate ggml_upscale_ext, pass in align-corners as bit-flag * test-backend-ops: replace ggml_upscale_ext with ggml_interpolate, add test cases for downscale and align-corners