[mlir][tosa] Add support for BF16 in `tosa.resize` legalization (#158616)

Extend the resize linalg legalization functionality with BF16 support
and in accordance to the TOSA specification.

Signed-off-by: Georgios Pinitas <georgios.pinitas@arm.com>
GitOrigin-RevId: b0de4e67775869a9e0a7c95236335084165e90ce
2 files changed
tree: 5db70b6254b38523e30b6f511f8f471085661010
  1. benchmark/
  2. cmake/
  3. docs/
  4. examples/
  5. include/
  6. lib/
  7. python/
  8. test/
  9. tools/
  10. unittests/
  11. utils/
  12. .clang-format
  13. .clang-tidy
  14. CMakeLists.txt
  15. LICENSE.TXT
  16. Maintainers.md
  17. README.md
README.md

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.