aboutsummaryrefslogtreecommitdiff
path: root/src/operator-delete.c
AgeCommit message (Expand)Author
2022-08-15Add fused operators support to convolution operatorsZhi An Ng
2022-04-04Add weights cache support to fully connected operatorsZhi An Ng
2022-03-25Begin using weights cache in convolution-nhwc operatorZhi An Ng
2022-02-17Add a cache for JIT generated microkernelsZhi An Ng
2022-02-16Roll back JIT cacheZhi An Ng
2022-02-16Add a cache for JIT generated microkernelsZhi An Ng
2022-02-01Guard JIT-related structs and functionality behind XNN_PLATFORM_JITZhi An Ng
2022-02-01Integrate JIT generated GEMM microkernels into create_convolution2d_nhwcZhi An Ng
2022-01-31Integrate JIT generated GEMM microkernels into create_convolution2d_nhwcXNNPACK Team
2022-01-31Guard JIT-related structs and functionality behind XNN_PLATFORM_JITXNNPACK Team
2022-01-28Guard JIT-related structs and functionality behind XNN_PLATFORM_JITZhi An Ng
2022-01-28Integrate JIT generated GEMM microkernels into create_convolution2d_nhwcZhi An Ng
2020-06-19Replace xnn_params.initialized with fine-grained xnn_params.init_flagsMarat Dukhan
2019-11-19Support overriding memory allocation functionsMarat Dukhan
2019-11-06Remove a_sum bufferMarat Dukhan
2019-09-27Initial open-source releaseXNNPACK Team