24 lines
524 B
JSON
24 lines
524 B
JSON
|
{
|
||
|
"name": "xnnpack",
|
||
|
"version-date": "2021-05-17",
|
||
|
"port-version": 2,
|
||
|
"description": "High-efficiency floating-point neural network inference operators for mobile, server, and Web",
|
||
|
"homepage": "https://github.com/google/XNNPACK",
|
||
|
"license": "BSD-3-Clause",
|
||
|
"supports": "!(arm & windows) & !uwp",
|
||
|
"dependencies": [
|
||
|
"cpuinfo",
|
||
|
"fp16",
|
||
|
"fxdiv",
|
||
|
"pthreadpool",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|