Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

19 lines
444 B
JSON

{
"name": "xnnpack",
"version-date": "2022-12-22",
"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 & !arm32",
"dependencies": [
"cpuinfo",
"fp16",
"fxdiv",
"pthreadpool",
{
"name": "vcpkg-cmake",
"host": true
}
]
}