aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2022-07-22Evaluation stubs for U32 SQRT operation in scalar TFLM implementationMarat Dukhan
2022-07-20xnn_s16_window_minmax_ukernel__scalar microkernelFrank Barchard
2022-07-20Fix enabling/disabling options in CMake buildMarat Dukhan
2022-07-19Fix CMake build for AArch32Marat Dukhan
2022-07-19Fix CMake build for AArch64Marat Dukhan
2022-07-19Add option to disable ARM DotProd instructionsMarat Dukhan
2022-07-19FP16 dwconv2d CHW x8Frank Barchard
2022-07-19Refactor ADD_DEFINITIONS commands in CMakeListsMarat Dukhan
2022-07-19Support enabling ARM FP16 instructions on AArch32Marat Dukhan
2022-07-19Support disabling ARM FP16 instructionsMarat Dukhan
2022-07-18Rename AARCH64_NEONFP16ARITH_SRCS to NEONFP16ARITH_SRCSMarat Dukhan
2022-06-29F16 ELU NC operatorMarat Dukhan
2022-06-29F16 VELU microkernels for NEON+FP16ARITH and AVX2Marat Dukhan
2022-06-29F16 EXPM1MINUS accuracy evaluation stubs for AVX2Marat Dukhan
2022-06-29F16 EXPM1MINUS accuracy evaluation stubs for NEON+FP16ARITHMarat Dukhan
2022-06-28Fix depthwise-convolution-2d-test in CMake cross-compilationMarat Dukhan
2022-06-27Add initial tests for subgraph fusionZhi An Ng
2022-06-27QS8 / QU8 Convert NC operatorsMarat Dukhan
2022-06-24Extract functions to compute QS8 and QU8 convolution results into helpers for...Zhi An Ng
2022-06-23Add tests for subgraph level API to create Depthwise Convolution 2DZhi An Ng
2022-06-23Enable FP16 ibilinear-chw microkernel for AArch64Frank Barchard
2022-06-23Add tests for subgraph level API to create Global Average Pooling 1DZhi An Ng
2022-06-23QS8 / QU8 Leaky ReLU operator using VLRELU microkernelsMarat Dukhan
2022-06-23Add tests for subgraph level API to create Static TransposeZhi An Ng
2022-06-22FP16 ibilinear-chw microkernelsFrank Barchard
2022-06-22Add tests for subgraph level API to create Even Split 2, 3, and 4Zhi An Ng
2022-06-22Add tests for subgraph level API to create Unpooling 2DZhi An Ng
2022-06-22Add tests for subgraph level API to create Static Resize Bilinear 2DZhi An Ng
2022-06-22Add tests for subgraph level API to create Static Constant PadZhi An Ng
2022-06-21QS8 / QU8 Leaky ReLU microkernelsMarat Dukhan
2022-06-21Fix CMake buildZhi An Ng
2022-06-21Use full command for CMake ADD_TESTZhi An Ng
2022-06-21Add tests for subgraph level API to create Max Pooling 2DZhi An Ng
2022-06-21Add tests for subgraph level API to create Convert (F32 to QS8 and QU8, and Q...Zhi An Ng
2022-06-21Use quantization helpers in Convolution 2D subgraph testsZhi An Ng
2022-06-20QS8 / QU8 VCVT microkernels for AVX2Marat Dukhan
2022-06-20Fix CMake build on ARM/ARM64Marat Dukhan
2022-06-20Add neon 24 bit transpose ukernel with tests and bench.Alan Kelly
2022-06-20Fix CMake buildMarat Dukhan
2022-06-17Add pixel tile of 16 for f32-bilinear-chwFrank Barchard
2022-06-17QS8/QU8 VCVT microkernelsMarat Dukhan
2022-06-17Add tests for subgraph level API to create Depth To SpaceZhi An Ng
2022-06-17Add tests for subgraph level API to create Deconvolution 2DZhi An Ng
2022-06-16Add tests for subgraph level API to create Concatenate2, Concatenate3, Concat...Zhi An Ng
2022-06-16Add tests for subgraph level API to create Average Pooling 2DZhi An Ng
2022-06-16Add tests for subgraph level API to create ArgmaxPooling2DZhi An Ng
2022-06-16Add tests for subgraph level API to create Global Average PoolingZhi An Ng
2022-06-16Add tests for subgraph level API to create Fully ConnectedZhi An Ng
2022-06-16Remove erroneous newline at the beginning of CMakeListsMarat Dukhan
2022-06-151D Global Average Pooling NodeMarat Dukhan