aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/fixtures/PoolingLayerFixture.h
AgeCommit message (Expand)Author
2023-07-12Make test fixture setup methods not be templatedMatthew Bentham
2023-03-01Add support for kernel indices in MaxpoolAdnan AlSinan
2021-12-24Fix test validation methodSiCongLi
2021-05-04Turn EXPECT into ASSERT when testing invalid conditionsMichele Di Giorgio
2021-04-19Add padding consideration to pooling index computationSang-Hoon Park
2021-04-13Implicit padding testing along the X axis on high priority operatorsGiorgio Arena
2021-04-06Mixed data-layout testing on high priority operatorsManuel Bottini
2021-01-20Integrate improved pooling layer on NEONMichele Di Giorgio
2021-01-08Resolve merge conflicts between new fills and new fp16 generatorGiorgio Arena
2021-01-07Fix fill() for FP data type in fixtures - Part 2Giorgio Arena
2020-07-09COMPMID-3324: Adjusting capitalization of Arm copyright claim to reflect Arm ...Michele Di Giorgio
2020-06-15COMPMID-2449: Implement NEUnPoolLayermorgolock
2020-05-05MLCE-166: Add support for extracting indices in NEPoolingLayer 2x2 NHWCmorgolock
2020-04-01MLCE-166: Add support for extracting indices in NEPoolingLayer 2x2 NCHWmorgolock
2020-01-28COMPMID-2985 add data_layout to PoolingLayerInfoSang-Hoon Park
2020-01-23COMPMID-2772: Add support for QASYMM8_SIGNED in NEPoolingLayerManuel Bottini
2019-10-08COMPMID-2486: Remove disabled compiler warningsMichalis Spyrou
2019-10-01COMPMID-2601 [CL] add mixed precision support to PoolingLayerSang-Hoon Park
2019-04-04COMPMID-2060: Support different qinfo in PoolingLayerPablo Tello
2018-11-02COMPMID-1188 Remove some FixedPoint leftovers from testsGiorgio Arena
2018-11-02COMPMID-970 : Remove QS8 / QS16 supportVidhya Sudhan Loganathan
2018-11-02COMPMID-970 : Remove QS8 / QS16 supportVidhya Sudhan Loganathan
2018-11-02COMPMID-1084 Rework the way validation is performed for NHWC data layoutGiorgio Arena
2018-11-02COMPMID-1089 CLPoolingLayer fix padding and add output shape computation to S...Giorgio Arena
2018-11-02COMPMID-806 Add NHWC data format support format for NEON poolingMichalis Spyrou
2018-11-02COMPMID-934: Asymmetric padding support.Georgios Pinitas
2018-11-02COMPMID-828 - Add support for non square pool size - Part1Isabella Gottardi
2018-11-02COMPMID-556: Rename CPP folder to referenceGeorgios Pinitas
2018-11-02COMPMID-671: Add global pooling layer support.Georgios Pinitas
2018-11-02COMPMID-661: Add avgpool-uint8 support. Optimize avgpool-fp32 for Bifrost. (#13)Anton Lokhmotov
2018-11-02COMPMID-647: Exclude padding pixels from averaging factor.Georgios Pinitas
2018-11-02COMPMID-522 - Added support for GlobalPooling in CLPoolingLayer and CLFlatten...Gian Marco Iodice
2018-11-02COMPMID-415: Rename and move testsMoritz Pflanzer