mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 21:14:31 +08:00
19 lines
419 B
JSON
19 lines
419 B
JSON
|
{
|
||
|
"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
|
||
|
}
|
||
|
]
|
||
|
}
|