chromium/third_party/ruy/README.chromium

Name: The ruy matrix multiplication library
Short Name: ruy
URL: https://github.com/google/ruy
Version: c08ec529fc91722bde519628d9449258082eb847
Date: 2024-03-21
License: Apache 2
License File: LICENSE
Security Critical: Yes
Shipped: yes
CPEPrefix: unknown

Description:
ruy is a matrix multiplication library. Its focus is to cover the matrix
multiplication needs of neural network inference engines. Its initial user
has been TensorFlow Lite, where it is used by default on the ARM CPU
architecture.

ruy supports both floating-point and 8bit-integer-quantized matrices.