Maratyszcza / NNPACK

Acceleration package for neural networks on multi-core CPUs
BSD 2-Clause "Simplified" License
1.67k stars 315 forks source link

Add the option to link in the reference implementation into libnnpack.a. #172

Closed AshkanAliabadi closed 4 years ago

AshkanAliabadi commented 4 years ago

Mainly because nnp_convolution_output doesn't handle strided convolutions as far as I can tell.

AshkanAliabadi commented 4 years ago

Valid points, thanks.