You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

CITATION.cff 659 B

123456789101112131415161718192021222324252627282930313233
  1. cff-version: 1.2.0
  2. title: ncnn
  3. message: >-
  4. If you use this software, please cite it using the
  5. metadata from this file.
  6. type: software
  7. authors:
  8. - family-names: "Ni"
  9. given-names: "Hui"
  10. - name: "The ncnn contributors"
  11. abstract: >-
  12. ncnn is a high-performance neural network inference
  13. computing framework optimized for mobile platforms.
  14. date-released: 2017-06-30
  15. keywords:
  16. - "neural network"
  17. - "artificial intelligence"
  18. - "deep learning"
  19. - android
  20. - ios
  21. - windows
  22. - linux
  23. - macos
  24. - pnnx
  25. - simd
  26. - vulkan
  27. - riscv
  28. - x86
  29. - arm
  30. - mips
  31. - loongarch
  32. license: BSD-3-Clause
  33. repository-code: "https://github.com/Tencent/ncnn"