This is a Rust binding to NNPACK (https://github.com/Maratyszcza/NNPACK).
Most of the NNPACK functionality is provided as FFI bindings, but convenience
interfaces are provided for lazy context creation (NnpackHandle) and thread
pool reuse (NnpackPthreadPool).
The build script should compile NNPACK from sources. Building assumes that the following commands are available on the system:
virtualenvpython2.7gcc-4.9andg++-4.9