aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/nnpack/vcpkg.json
blob: 81b153e2b6c63ffde65e322ae8edf4897ab30486 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "nnpack",
  "version-date": "2021-02-21",
  "port-version": 4,
  "description": "Acceleration package for neural networks on multi-core CPUs",
  "homepage": "https://github.com/Maratyszcza/NNPACK",
  "license": "BSD-2-Clause",
  "supports": "linux | osx",
  "dependencies": [
    "cpuinfo",
    "fp16",
    "fxdiv",
    "psimd",
    "pthreadpool",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}