Registry / other / qnnpack

qnnpack

JSON →
library2021-02-26vcpkgunverified

Quantized Neural Network PACKage - mobile-optimized implementation of quantized neural network operators

vcpkg install qnnpack
INSTALL
IMPORT
SIG · QNNPACK
Q
qnnpack
othercppv2021-02-26
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.

qnnpack.h
#include <qnnpack.h>

Initialize QNNPACK (typically used via higher-level frameworks)

#include "qnnpack.h" #include <iostream> int main() { // QNNPACK is typically used through higher-level frameworks like PyTorch std::cout << "QNNPACK initialized" << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources

No resource links recorded.

qnnpack — pip install qnnpack · libregistry