23 lines
524 B
JSON
Executable file
23 lines
524 B
JSON
Executable file
{
|
|
"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
|
|
}
|
|
]
|
|
}
|