aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/fixtures
AgeCommit message (Expand)Author
2023-03-29Add quantized support for unary elementwise in CPUViet-Hoa Do
2023-03-27Fix BatchToSpaceFixtureSiCong Li
2023-03-24Add Texture Pipe Support for Matmul Lhs T/NT Rhs NT kernelsGunes Bayir
2023-03-21Add dynamic weights for CPU fully connected layerViet-Hoa Do
2023-03-20Implement OpenCL MatMul for Lhs T Rhs T/NT FP32/16Gunes Bayir
2023-03-17Implementation of RSQRT for quantized int8Ramy Elgammal
2023-03-17Implement OpenCL MatMul for Lhs NT Rhs T/NT FP32/16Ramy Elgammal
2023-03-14Add CropInfo to BatchToSpace reference and fixtureSiCong Li
2023-03-07Add sigmoid and tanh for dynamic fusionViet-Hoa Do
2023-03-01Add support for kernel indices in MaxpoolAdnan AlSinan
2023-02-15Fix Intermittent Neon™ ReduceMean QASYMM8 MismatchMohammed Suhail Munshi
2023-02-14Fix convolution layer fixtureViet-Hoa Do
2023-02-01Add new operator AddMulAdd for Neon™ backend for Float/Quantized typesGunes Bayir
2023-02-01Remove fixed format strides hackJonathan Deakin
2023-01-31Add Multiplication operator (FP only) to Dynamic Fusion InterfaceJakub Sujak
2023-01-25Implement dynamic fusion softmax operatorRamy Elgammal
2023-01-24Change dynamic fusion API to return destination tensor infoGunes Bayir
2023-01-20Add missing direct conv2d tests to dynamic fusionSiCong Li
2023-01-20Dynamic Fusion Pooling Layer 2dMohammed Suhail Munshi
2023-01-06Implement dynamic fusion reshape operatorRamy Elgammal
2023-01-06Handle Intermediate tensors within the sketchGunes Bayir
2022-12-28Add Resize/Scale operator to Dynamic Fusion interfaceJakub Sujak
2022-12-16Add output operator for dynamic fusionViet-Hoa Do
2022-12-13Add CLAMP operator to Dynamic Fusion interfaceJakub Sujak
2022-12-09Implement Cast operator in dynamic fusionGunes Bayir
2022-11-29Adding GpuAdd to dynamic fusion operatorsRamy Elgammal
2022-11-28Implement FP32/16 Depthwise Conv2d operator in dynamic fusionGunes Bayir
2022-11-25Implement address precalculation for indirect conv2d - OpenCLGian Marco Iodice
2022-11-22space-to-depth shape calculator fixRamy Elgammal
2022-11-15Fix GemmLowp BatchMatMul Tests to use quantized OutputsMohammed Suhail Munshi
2022-11-02Add Dynamic Fusion GpuConv2d FP32/FP16 testcaseRamy Elgammal
2022-11-01Updateable weights in depthwise convolutionMilos Puzovic
2022-10-19Fix FFTConvolutionLayer testViet-Hoa Do
2022-10-06Rework DepthwiseConvolution heuristic on OpenCLGian Marco Iodice
2022-09-21Add test for ClGemmLowpMatrixMultiplyCore to test a batched matrix multiplica...Ramy Elgammal
2022-09-16Optimize Quantized/Integer Bilinear Scale for Neon™Gunes Bayir
2022-09-14INT8 Quantized MeanStdDevNorm (LayerNorm)Murray Kornelsen
2022-09-12Add test for NEGEMM to test a batched matrix multiplication with variable inp...Adnan AlSinan
2022-09-07Add test for CLGEMM to test a batched matrix multiplication with variable inp...Mohammed Suhail Munshi
2022-08-04[ONCPUML-970] Fast math mode for fixed format kernelsPablo Marquez Tello
2022-07-26Fix for inclusion of "arm_gemm" from src into "Types.h" from coreRamy Elgammal
2022-07-22Add GemmLowp MMUL Reshaped Only Rhs Support for QASYMM8/QASYMM8_SIGNEDFreddie Liardet
2022-07-19[ONCPUML-951] Variable weight support for Convolution.Francesco Petrogalli
2022-07-13Add Gemm MMUL Reshaped Only Rhs Support for FP32/FP16Gunes Bayir
2022-07-13Fixed clang-cl errors on Windows native builds.Pablo Tello
2022-05-06Add a note to clarify pretranspose option in GEMM and GEMMLowp fixturesAdnan AlSinan
2022-05-06Extend GEMM to support batch matmul operationMohammed Suhail Munshi
2022-05-06Extend GemmLowp reference to support BATCH MATMUL for quantized data typeAdnan AlSinan
2022-04-20Fix Duplicate Template in Pooling3dFixtureMohammed Suhail Munshi
2022-04-19Add CLPool3d Int8 SupportMohammed Suhail Munshi