summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2020-05-13Introduce CL kernel cache featureInki Dae3-0/+17
2020-04-16Add uint8 quantization example for NEONDiana Bite1-0/+260
2020-04-07COMPMID-3233 Extend gemm tuner in the doxygen documentationSiCong Li2-72/+228
2020-04-03COMPMID-3315: Allow only QASYMM8 data type for EDSR graph exampleSang-Hoon Park1-0/+2
2020-03-25COMPMID-3098 Fuse Relu and Bounded Relu with FullyConnected NEONSiCongLi1-3/+4
2020-03-20COMPMID-3277: (3RDPARTY_UPDATE) fix build issue related to constructorsSang-Hoon Park1-3/+1
2020-03-13COMPMID-3221: Add DeconvolutionLayerDescriptorSang-Hoon Park1-7/+8
2020-03-13COMPMID-3221: Add EltwiseLayerDescriptorSang-Hoon Park2-34/+34
2020-03-11COMPMID-3221: (DATA_UPDATE) add graph example for EDSRSang-Hoon Park2-0/+1389
2020-03-09COMPMID-3069: Silence clang-8 warning wrt explicit default of deleted operatorMatthew Bentham7-25/+11
2020-03-03COMPMID-3100 Fuse bias addition with fully connected layer NEONSiCong Li1-4/+1
2020-01-28COMPMID-2985 add data_layout to PoolingLayerInfoSang-Hoon Park19-125/+163
2020-01-09COMPMID-3000 (Nightly) Bare metal debug build failuresMichalis Spyrou1-1/+7
2020-01-08COMPMID-3000 (Nightly) Bare metal debug build failuresMichalis Spyrou1-2/+2
2019-12-06COMPMID-2779: Add support for generating synthetic int8 graphs.Georgios Pinitas10-67/+50
2019-11-14COMPMID-2452: Add mnist exampleIsabella Gottardi1-0/+170
2019-11-12COMPMID-2690 Extend Doxygen documents to include GEMM TunerSiCong Li1-16/+76
2019-11-12COMPMID-2563 Change how the best overall GEMM configuration is selectedSiCong Li2-62/+100
2019-11-06COMPMID-2106: Extend get_input_accessor() to run input images through QASYMM8...Manuel Bottini1-1/+1
2019-10-23COMPMID-2515: Merge optimized depthwise convolution to the generic depthwise ...Manuel Bottini3-3/+0
2019-10-23COMPMID-2567: Create a python script to parse the CLGEMM benchmarks andSiCong Li4-8/+613
2019-10-08COMPMID-2486: Remove disabled compiler warningsMichalis Spyrou1-18/+17
2019-10-04COMPMID-2103: Use substreams for sharing weights in the DeepSpeech exampleMichalis Spyrou1-58/+52
2019-10-01COMPMID-2645: Detection Post-Process fixesGeorgios Pinitas1-1/+0
2019-09-30COMPMID-2564 - Add CLGEMMNative exampleSiCong Li2-1/+275
2019-09-27COMPMID-2565 - Add CLGEMMReshaped exampleSiCong Li2-24/+390
2019-09-27COMPMID-2692 Use existing command line infrastructure forSiCong Li4-58/+255
2019-09-25COMPMID-2566 - Add CLGEMMReshapedOnlyRHS exampleSiCong Li4-0/+542
2019-08-30compmid-2573: Investigate FP16 Winograd reference implementationsgiuros011-46/+46
2019-08-22COMPMID-2594: Graph example option parsing doens't fail on invalid valuesGeorgios Pinitas23-0/+23
2019-08-16COMPMID-1850: Port TFLite mobilenetSSD as a graph exampleIsabella Gottardi1-105/+445
2019-08-02COMPMID-2525: Remove configuration time from AlexNet and Inception examplesGian Marco Iodice2-18/+0
2019-08-01COMPMID-1979: Fuse Activation Function in CLGEMM - part 4Gian Marco Iodice1-7/+1
2019-07-18COMPMID-2443: CL example use program cache by default.Pablo Tello3-63/+45
2019-07-17COMPMID-1979: Fuse Activation Function in CLGEMM - part 2Gian Marco Iodice1-1/+1
2019-07-09COMPMID-2443: OpenCL kernels cache.Pablo Tello1-0/+224
2019-07-05COMPMID-2193: Improve permute documentation.Pablo Tello1-0/+127
2019-06-25COMPMID-2391: Created optical flow examplePablo Tello1-0/+263
2019-06-07COMPMID-2394: (Nightly) Clang-tidy errorsMichalis Spyrou1-2/+2
2019-05-21COMPMID-2336: Replace Mobilenet v1 graph example quantization info with value...Isabella Gottardi1-32/+36
2019-05-10COMPMID-2177 Fix clang warningsMichalis Spyrou5-21/+27
2019-05-01COMPMID-1995: Fix clang-tidy warningsMichalis Spyrou2-9/+18
2019-04-25COMPMID-1974 : Extend CLTuner to support different of level of tuningVidhya Sudhan Loganathan22-9/+31
2019-04-10COMPMID-1995: Fix examples SConsscript install_dirMichalis Spyrou1-8/+8
2019-04-09COMPMID-1058: Implement DeepSpeech as a graph exampleMichele Di Giorgio1-0/+359
2019-04-03COMPMID-2011: ResNet50 returns wrong resultGeorgios Pinitas1-1/+1
2019-03-27COMPMID-1995: Minor code fixes.Georgios Pinitas3-5/+5
2019-03-26COMPMID-1995: Fixed path in mobilenet_v2Pablo Tello1-2/+2
2019-02-04COMPMID-1910: Improve CLTuner reducing the number of LWS to testGian Marco Iodice1-2/+2
2019-02-04COMPMID-1913: Add names to all graph examplesGeorgios Pinitas5-176/+309