README.chromium 560 B

1234567891011121314151617
  1. Name: The ruy matrix multiplication library
  2. Short Name: ruy
  3. URL: https://github.com/google/ruy
  4. Version: 841ea4172ba904fe3536789497f9565f2ef64129
  5. Date: 2022/07/25
  6. License: Apache 2
  7. License File: LICENSE
  8. Security Critical: Yes
  9. CPEPrefix: unknown
  10. Description:
  11. ruy is a matrix multiplication library. Its focus is to cover the matrix
  12. multiplication needs of neural network inference engines. Its initial user
  13. has been TensorFlow Lite, where it is used by default on the ARM CPU
  14. architecture.
  15. ruy supports both floating-point and 8bit-integer-quantized matrices.