Registry / other / nnpack

nnpack

JSON →
library2021-02-21vcpkgunverified

Acceleration package for neural networks on multi-core CPUs.

vcpkg install nnpack
INSTALL
IMPORT
SIG · NNPACK
N
nnpack
othercppv2021-02-21
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

nnpack.h
#include <nnpack.h>

Initializes NNPACK library.

#include <nnpack.h> #include <iostream> int main() { nnp_status status = nnp_initialize(); if (status == nnp_status_success) { std::cout << "NNPACK initialized\n"; } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2021-02-21latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

nnpack — pip install nnpack · libregistry