vcpkg/ports/nnpack/vcpkg.json

16 lines
336 B
JSON
Raw Normal View History

{
"name": "nnpack",
"version-date": "2021-02-21",
"port-version": 1,
"description": "Acceleration package for neural networks on multi-core CPUs",
"homepage": "https://github.com/Maratyszcza/NNPACK",
"supports": "linux & osx",
"dependencies": [
"cpuinfo",
"fp16",
"fxdiv",
"psimd",
"pthreadpool"
]
}