ONE
ONE copied to clipboard
[onert] Version up Ruy library
What?
Let's upgrade Ruy library version (ruy for TFLite 2.3 -> 2.8)
Why?
- Resolve issue #9265
- Prepare TFLite test tool version up
I may need to check luci-interpreter too depending on the changes. (I'll check when your PR is visible)
luci-interpreter
is using TensorFlowRuySource 2.6 (infra/cmake/packages/TensorFlowRuySource-2.6.0
), and runtime (ruy backend, cpu backend, and runtime core) will use TensorFlowRuySource 2.8 (infra/cmake/packages/TensorFlowRuySource-2.8.0
). So it will be independent change with luci-interpreter
.
Done