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

Should we refer to one of the publications listed in README?

Add kernel_elements as a parameter to depthwise convolution microkernels This will allow us to change depthwise convolution microkernels to support kernel elements up to primary tile size, instead of only...

Add fused operators support to convolution operators A specified set of operators can be fused into convolution using the new function xnn_create_convolution2d_nhwc_f32_fused, this creates a convolution operator with a list...

WIP pipe fused params through subgraph and operators