1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"name": "xnnpack",
"version-date": "2021-05-17",
"port-version": 1,
"description": "High-efficiency floating-point neural network inference operators for mobile, server, and Web",
"homepage": "https://github.com/google/XNNPACK",
"supports": "!(arm & windows) & !uwp",
"dependencies": [
"cpuinfo",
"fp16",
"fxdiv",
"pthreadpool",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}
|