XNNPACK icon indicating copy to clipboard operation
XNNPACK copied to clipboard

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

Results 342 XNNPACK issues
Sort by recently updated
recently updated
newest added

Add XNNPACK delegate per operator profiling to TFLite

Remove incorrect check on dimensions for split node's split dimension input tensor It is a 0-D tensor, the check was trying to check that it is a 1-D tensor. Also...

Rename quantized concatenation tests to include quantization in test name

This PR adds support for building WASM version of XNNPACK with emcmake * New Build script `build-wasm.sh` to build XNNPACK with emscripten and emcmake * Options - `enable_tests`, `enable_benchmarks`, `enable_simd`...

cla: yes

Make SSE2 microkernels consistent with neon zip microkernels. - DEC is now MOV - Register usage is reduced for MOV - REUSE input pointers point to previous pointer instead of...