aboutsummaryrefslogtreecommitdiff
path: root/ports/qnnpack/vcpkg.json
blob: 20b4aa0e3ab5ebd60ff2658dc2fb772a269a820f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "qnnpack",
  "version-date": "2021-02-26",
  "description": "Quantized Neural Network PACKage - mobile-optimized implementation of quantized neural network operators",
  "homepage": "https://github.com/pytorch/QNNPACK",
  "supports": "linux | osx",
  "dependencies": [
    "cpuinfo",
    "fp16",
    "fxdiv",
    "psimd",
    "pthreadpool",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}