XNNPACK
XNNPACK copied to clipboard
High-efficiency floating-point neural network inference operators for mobile, server, and Web
Support TRANSPOSE in XNNPack delegate
Add XNNPACK delegate per operator profiling to TFLite
Internal config change
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...
Internal config change.
Rename quantized concatenation tests to include quantization in test name
[XNNPACK] Support SPLIT operator with 2 outputs
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`...
Internal config change
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...