aboutsummaryrefslogtreecommitdiff
path: root/src/indirection.c
AgeCommit message (Expand)Author
2020-10-27Add operator implementation and tests for IBILINEAR CHW microkernelArtsiom Ablavatski
2020-10-20Rollback the renaming of indirection map since we can reuse the code for CHW ...XNNPACK Team
2020-10-20Add "nhwc" into the naming of indirection map function and testsXNNPACK Team
2020-10-15Avoid batch-replication of indirection buffer in DW Conv and Avg PoolingMarat Dukhan
2020-05-22Remove redundant TF legacy + align corners mode in Resize BilinearMarat Dukhan
2020-04-13Avoid arithmetics on void* in indirection buffer setupMarat Dukhan
2020-03-19Fix bug in dilated max pooling with paddingMarat Dukhan
2019-11-19Refactor MaxPool and ArgMaxPool micro-kernelsMarat Dukhan
2019-11-11Resize Bilinear operatorMarat Dukhan
2019-09-27Initial open-source releaseXNNPACK Team