blob: a0e0a4ea211d7c8aa48aad127605603b31e985f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"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"
]
}
|