summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2020-05-15COMPMID-3289: Test improvement CLGEMMMatrixMultiplyReshapedKernel.morgolock1-0/+90
2020-05-13Introduce CL kernel cache featureInki Dae2-94/+0
2020-03-11COMPMID-3069: Remove unnecessary uses of ToolchainSupport.hMatthew Bentham1-2/+2
2020-03-10COMPMID-3069: Improve build time by splitting up ToolchainSupport.hMatthew Bentham3-4/+6
2020-03-05COMPMID-1181: Support for tracing configurationAnthony Barbier1-1/+7
2020-03-05COMPMID-3152: Initial Bfloat16 supportGeorgios Pinitas1-0/+3
2020-02-28COMPMID-3079: Implement Hard-Swish in NEON.morgolock1-0/+4
2020-01-28COMPMID-2985 add data_layout to PoolingLayerInfoSang-Hoon Park1-0/+1
2020-01-17COMPMID-2985 change PoolingLayerInfo to structSang-Hoon Park1-7/+7
2019-11-27COMPMID-2805: Add QASYMM8_SIGNED support in NEGEMMLowpOutputStageGeorgios Pinitas1-0/+3
2019-11-14COMPMID-2452: Add mnist exampleIsabella Gottardi2-0/+51
2019-11-12COMPMID-2895: Remove QASYMM8_PER_CHANNEL data typeGeorgios Pinitas2-4/+0
2019-11-06COMPMID-2106: Extend get_input_accessor() to run input images through QASYMM8...Manuel Bottini2-2/+3
2019-10-17COMPMID-2486: Remove/add disabled compiler warningsMichalis Spyrou3-0/+3
2019-10-16COMPMID-2486: Remove disabled compiler warningsMichalis Spyrou4-23/+24
2019-10-15COMPMID-2205: CL runtime context.Pablo Tello1-0/+1
2019-10-08COMPMID-2486: Remove disabled compiler warningsMichalis Spyrou5-11/+27
2019-08-30compmid-2573: Investigate FP16 Winograd reference implementationsgiuros014-12/+60
2019-08-23COMPMID-2317: Add new QASYMM16 data typeMichele Di Giorgio2-0/+4
2019-08-23COMPMID-2460: Add ELU activation on NEON,CL,GLESGeorgios Pinitas1-0/+3
2019-08-22COMPMID-2417: Add new QASYMM8_PER_CHANNEL data typeMichalis Spyrou2-0/+4
2019-08-06COMPMID-1849: Implement CPPDetectionPostProcessLayerIsabella Gottardi4-29/+63
2019-07-23COMPMID 1528: Fixed compilation error when opencl=0Pablo Tello1-0/+6
2019-07-18COMPMID-2443: CL example use program cache by default.Pablo Tello4-1/+96
2019-07-16COMPMID-2336: Fix InPlaceMutator condition and add SaveNumpyAccessorIsabella Gottardi2-0/+60
2019-07-05COMPMID-2435: Update GPU target definitionsGeorgios Pinitas1-2/+8
2019-06-24COMPMID-2235: Extend type support for CL/NEON DequantizationLayer.Georgios Pinitas1-8/+3
2019-06-20COMPMID-2408: Add QSYMM16 support for ElementwiseAddition for NEONManuel Bottini2-0/+4
2019-06-18COMPMID-2079: Print positional argument helpGeorgios Pinitas1-2/+11
2019-06-03COMPMID-2225: Add interface support for new quantized data types.Georgios Pinitas2-6/+19
2019-05-24COMPMID-2159 Implement Round for CLUsama Arif1-0/+3
2019-05-22COMPMID-2279: Implement REDUCE_MAX operator for NEONUsama Arif1-0/+3
2019-05-22COMPMID-2280: Implement REDUCE_MIN operator for NEONUsama Arif1-0/+3
2019-05-22COMPMID-2264: Implement LOG operator for CLUsama Arif1-0/+3
2019-05-15COMPMID-2270: Implement POW operator for CLUsama Arif1-0/+3
2019-05-15COMPMID-2267: Implement NEG for CLUsama Arif1-0/+3
2019-05-15COMPMID-2194: Refactor activation function macro in OpenCL. Change all activa...Usama Arif1-0/+3
2019-05-13COMPMID-1995: Change CLTuner default mode to NORMALMichalis Spyrou2-2/+2
2019-04-25COMPMID-1974 : Extend CLTuner to support different of level of tuningVidhya Sudhan Loganathan3-2/+61
2019-04-03COMPMID-2011: ResNet50 returns wrong resultGeorgios Pinitas2-7/+7
2019-04-02COMPMID-2067: Add batch size option in validate_cl_gemm exampleGeorgios Pinitas1-1/+1
2019-03-27COMPMID-1995: Minor code fixes.Georgios Pinitas3-6/+5
2019-03-27COMPMID-1944 Add support for "reflect" padding mode in NEPadUsama Arif1-0/+40
2019-03-20COMPMID-1995: Prepare Graph to support different input/output quantization infoIsabella Gottardi3-11/+17
2019-03-04COMPMID-1490 Create graph_convolution.cppJohn Kesapides1-2/+3
2019-02-18COMPMID-1999: Add support for GenerateProposals operator in CLManuel Bottini1-0/+52
2019-02-15Revert "COMPMID-1329: Add support for GenerateProposals operator in CL"Giuseppe Rossini1-52/+0
2019-01-16COMPMID-1710 Move some Util functions to core/UtilsMichalis Spyrou1-63/+0
2019-01-14COMPMID-1758: NEON: Implement RangeManuel Bottini1-1/+15
2019-01-14COMPMID-1724: CL Implement ProdManuel Bottini1-1/+4