Registry / other / xnnpack

xnnpack

JSON →
library2024-08-20vcpkgunverified

High-efficiency floating-point neural network inference operators for mobile, server, and Web

vcpkg install xnnpack
INSTALL
IMPORT
SIG · XNNPACK
X
xnnpack
othercppv2024-08-20
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.

xnnpack.h
#include <xnnpack.h>

Initialize XNNPACK for neural network inference

#include <xnnpack.h> #include <iostream> int main() { xnn_initialize(nullptr); std::cout << "XNNPACK initialized" << std::endl; return 0; }
Debug
Known issues
gotchaXNNPACK is a low-level library; you typically need a higher-level framework (e.g., TensorFlow Lite, PyTorch) to use it effectively.
fix
Use XNNPACK through a framework that integrates it, or be prepared to build operator graphs manually.
affects: *
Upgrade
Version history
2024-08-20latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
30
Resources

No resource links recorded.

xnnpack — pip install xnnpack · libregistry