2021-05-07 08:44:36 +08:00
|
|
|
{
|
|
|
|
"name": "qnnpack",
|
|
|
|
"version-date": "2021-02-26",
|
2022-04-22 03:08:18 +08:00
|
|
|
"port-version": 3,
|
2021-05-07 08:44:36 +08:00
|
|
|
"description": "Quantized Neural Network PACKage - mobile-optimized implementation of quantized neural network operators",
|
|
|
|
"homepage": "https://github.com/pytorch/QNNPACK",
|
2022-04-13 03:47:40 +08:00
|
|
|
"license": "BSD-3-Clause",
|
2022-04-22 03:08:18 +08:00
|
|
|
"supports": "!windows",
|
2021-05-07 08:44:36 +08:00
|
|
|
"dependencies": [
|
|
|
|
"cpuinfo",
|
|
|
|
"fp16",
|
|
|
|
"fxdiv",
|
|
|
|
"psimd",
|
|
|
|
"pthreadpool",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|