1. 0cb3da6 COMPMID-2985 change PoolingLayerInfo to struct by Sang-Hoon Park · 4 years, 6 months ago
  2. 7ae80a9 COMPMID-2549: Add GLES Runtime Context interfaces. by Georgios Pinitas · 4 years, 8 months ago
  3. 7c60c99 COMPMID-2486: Remove disabled compiler warnings by Michalis Spyrou · 4 years, 9 months ago
  4. fb0fdcd COMPMID-2460: Add ELU activation on NEON,CL,GLES by Georgios Pinitas · 4 years, 10 months ago
  5. 1e6c915 COMPMID-2604: (Nightly) Failing 'GC/ConvolutionLayer/Configuration by Gian Marco Iodice · 4 years, 11 months ago
  6. d7ed672 COMPMID-2336: Add missing macro comment in GLES scale by Michalis Spyrou · 5 years ago
  7. d473386 COMPMID-2447: Align TFlite nearest neighbor NE/CL functions with ACL by Michalis Spyrou · 5 years ago
  8. 3113a27 COMPMID-2194: Add identity activation function to GLES by Usama Arif · 5 years ago
  9. bcfd09a COMPMID-2177 Fix clang warnings by Michalis Spyrou · 5 years ago
  10. a9c4472 COMPMID-2051 Refactor shape_calculator::calculate_concatenate_shape by Michalis Spyrou · 5 years ago
  11. b57be0d COMPMID-1330: Add support for NormalizePlanarYUV operator in CL by Michele Di Giorgio · 6 years ago
  12. 7485d5a COMPMID-970 : Remove QS8 / QS16 support by Vidhya Sudhan Loganathan · 6 years ago
  13. f6f08da COMPMID-1044: Optimizing GCGEMM - Support for not reshaped GEMM on GLES by Michele Di Giorgio · 6 years ago
  14. b8fc60f COMPMID-1086: Optimizing GCGEMM - Add helpers to get target GPU information by Michele Di Giorgio · 6 years ago
  15. 7657224 COMPMID-926 Add depth multiplier support to NEON/CL/GLES depthwise convolution by Giorgio Arena · 6 years ago
  16. 164b65d COMPMID-1043: Rework GCGEMMMatrixMultiplyKernel interface and allow auto initialization of the tensors by Michele Di Giorgio · 6 years ago
  17. 4d33630 COMPMID-987: Make beta and gamma optional in BatchNormalization by Michele Di Giorgio · 6 years ago
  18. fc1d1e2 COMPMID-959: Add FP32 support to GLES GEMMConvolution by Michele Di Giorgio · 6 years ago
  19. 3f217ec COMPMID-908 - Merge Activation layer with Convolution Layer (NEON. CL, GLES) by Isabella Gottardi · 6 years ago
  20. 7da29b6 COMPMID-1017: Implement dilated convolution in NEON, OpenCL, and GC by Alex Gilday · 6 years ago
  21. f92cb23 COMPMID-959: Collapse window in activation layer for GLES. by Georgios Pinitas · 6 years ago
  22. 0085429 COMPMID-959: Fix valid region for Scale by Diego Lopez Recas · 6 years ago
  23. eb82fd2 COMPMID-881: RSH new arm_gemm interface. by Pablo Tello · 6 years ago
  24. 6727f12 Revert "COMPMID-959: Fix valid region for Scale by always setting full shape" by Georgios Pinitas · 6 years ago
  25. ff860cf COMPMID-959: Fix valid region for Scale by always setting full shape by Diego Lopez Recas · 6 years ago
  26. d56e770 COMPMID-979: Add NHWC data layout to the tensor's metadata (Part 2) by Isabella Gottardi · 6 years ago
  27. 4406fd6 APPBROWSER-391: Fix GLES COMPUTE alignment issues by Frank Lei · 6 years ago
  28. 21f67d6 COMPMID-934: Return an error in Validate when we don't support asymmetric padding by Anthony Barbier · 6 years ago
  29. 1167487 COMPMID-897 Merge batch normalization with bounded relu by Giorgio Arena · 6 years ago
  30. 6e464c3 COMPMID-828 - Add support for non square pool size - Part1 by Isabella Gottardi · 6 years ago
  31. 33ff9ef APPBROWSER-400: Implement the tensorshift kernel for fixing DC's alignment issue on OpenGL ES by Xinghang Zhou · 6 years ago
  32. cdd1e85 APPBROWSER-394: GLES fails to compile Dropout kernel on S5 by steli01 · 6 years ago
  33. 2219dea APPBROWSER-390,397,398: bugfix and fully connected validation issue on specific dataset by zhenglin · 6 years ago
  34. 4df0575 APPBROWSER-395: Random error in FullyConnectedLayer by steli01 · 6 years ago
  35. e855c23 APPBROWSER-377: GCConvoutionLayer support for FP16 by Stephen Li · 6 years ago
  36. bcbc970 IVGCVSW-863 calculate_max_window..() family takes ValidRegion by Diego Lopez Recas · 7 years ago
  37. 1bfc784 APPBROWSER-376: Work around for scale validation error. by Frank Lei · 6 years ago
  38. abd03cf APPBROWSER-298: Remove the old shader common code by Joel Liang · 6 years ago
  39. 57b2010 APPBROWSER-373: Rewrite the convolution_layer.cs with the new common code by zhenglin · 6 years ago
  40. 6fc06cc APPBROWSER-374: Rewrite the dropout.cs with the common code by zhenglin · 6 years ago
  41. aa1209a APPBROWSER-375: Rewrite the transpose.cs with the new common code by zhenglin · 6 years ago
  42. 09849a0 APPBROWSER-372: Rewrite the direct_convolution5x5.cs with the new common code by Joel Liang · 6 years ago
  43. 07d4054 APPBROWSER-370: Rewrite the normalization_layer.cs with the new common code by zhenglin · 6 years ago
  44. 6387543 APPBROWSER-371: Rewrite the direct_convolution3x3.cs with the new common code by Joel Liang · 6 years ago
  45. 19e9142 APPBROWSER-369: Rewrite the gemm.cs with the new common code by zhenglin · 6 years ago
  46. 8cdfdb8 APPBROWSER-366: Add DepthwiseConvolutionLayer(fp16 only) support. by Frank Lei · 6 years ago
  47. d064389 APPBROWSER-357: Fix Transpose performance issue by tuning lws by steli01 · 6 years ago
  48. 926d5e1 APPBROWSER-356: Implement GCArithmeticAddition Operator by zhenglin · 7 years ago
  49. 1c5ffd6 APPBROWSER-359: Sync tensor in GC benchmark tests by Joel Liang · 7 years ago
  50. c5a7e59 APPBROWSER-365: Rewrite the pooling_layer.cs with the new common code by Joel Liang · 7 years ago
  51. 08d5421 APPBROWSER-363: Rewrite the ActivationLayer.cs with the new common code by zhenglin · 7 years ago
  52. 82588e8 APPBROWSER-364: Rewrite the DepthConcatLayer.cs with the new common code by zhenglin · 7 years ago
  53. 57a150a APPBROWSER-341: Add ResizeNearest operator support by Frank Lei · 7 years ago
  54. 2f41981 APPBROWSER-358: Fix shader compilation error in matrix addition by Frank Lei · 7 years ago
  55. 77eb21f Fix destruction order of singleton objects and resolve hang GLES issue. by Ioan-Cristian Szabo · 7 years ago
  56. 53a6ec5 APPBROWSER-304,342: Add exclude padding support for OpenGL ES implementation and implement MaxPool operators by Xinghang Zhou · 7 years ago
  57. aa62b28 APPBROWSER-344: Change data type of the SSBOs to improve the Softmax performance by Joel Liang · 7 years ago
  58. 0fb6cf5 APPBROWSER-340: Implement NormalizePlanarYUV operator by zhenglin · 7 years ago
  59. 7b43d31 COMPMID-556: Don't call dlclose by Anthony Barbier · 7 years ago
  60. ff85093 COMPMID-741 - Changelog for major release 17.12 by Gian Marco · 7 years ago
  61. 7d473dd APPBROWSER-323: Transpose performance optimization by steli01 · 7 years ago
  62. 4af62a0 APPBROWSER-289 DirectConvolution1*1 optimization for FP16, and fix a typo in PoolingLayer by Xinghang Zhou · 7 years ago
  63. 07c37f9 APPBROWSER-313: Performance improvement for softmax layer by Joel Liang · 7 years ago
  64. e5384ff APPBROWSER-306, APPBROWSER-298: Code refactoring for fill_border.cs by Joel Liang · 7 years ago
  65. 4f7f255 APPBROWSER-332 Code refactoring for batchnormalization_layer.cs by zhenglin · 7 years ago
  66. b9d38ee APPBROWSER-312 Fully connected performance optimization by Frank Lei · 7 years ago
  67. 23ac91b APPBROWSER-290: DC5x5 optimization for FP16 by ASIAPAC\steli01 · 7 years ago
  68. 923241e APPBROWSER-314: Performance optimazation for BatchNormalizationLayer by zhenglin · 7 years ago
  69. f8b41e9 APPBROWSER-294: Fix the validation failure issue of DepthConcatLayer by zhenglin · 7 years ago
  70. 666635c APPBROWSER-324 FP16 Weights optimization in DirectConvolution1x1 by zhenglin · 7 years ago
  71. c5114d3 APPBROWSER-331: Code refactoring for absdiff shader and fix the example running issue by Joel Liang · 7 years ago
  72. 04a8f8c COMPMID-692 Consistent names for the interfaces by Giorgio Arena · 7 years ago
  73. 5542ba8 APPBROWSER-330: Workaround for the free unallocated value issue on Android by Joel Liang · 7 years ago
  74. d9a9c50 APPBROWSER-329: Fix the adjusting group size issues by zhenglin · 7 years ago
  75. 41caa62 COMPMID-683: Normalization layer API clarification. by Georgios Pinitas · 7 years ago
  76. aa29fde APPBROWSER-298: Workaround Bifrost shader compiler issue by Joel Liang · 7 years ago
  77. f1f3ebd APPBROWSER-298, APPBROWSER-306: Reimplement the common code of compute shader by Joel Liang · 7 years ago
  78. 4c2dd54 COMPMID-671: Add global pooling layer support. by Georgios Pinitas · 7 years ago
  79. 7068f99 COMPMID-631: Merge branches/gles_compute branch by Anthony Barbier · 7 years ago