1. 5d03e31 IVGCVSW-5377 Add ArmNN TfLite delegate to ExecuteNetwork by Sadik Armagan · 3 years, 7 months ago
  2. 07810fc IVGCVSW-5328-5329 Fuse Activation by Mike Kelly · 3 years, 7 months ago
  3. aba90cd IVGCVSW-5091 Add Logical ops frontend and ref impl by James Conroy · 3 years, 7 months ago
  4. 6fff4f4 IVGCVSW-5476 Fix Fuse_batchNorm_into_Conv2D_Float32_Test by Teresa Charlin · 3 years, 7 months ago
  5. 5ea9f31 IVGCVSW-5468 Rewrite QuantizationDataSet.cpp to avoid use of CsvReader by James Ward · 3 years, 7 months ago
  6. 9a5ce4a IVGCVSW-5265 Remove boost from core ArmNN CMake by Colm Donelan · 3 years, 7 months ago
  7. 3e54d03 IVGCVSW-5433 Remove boost::transform_iterator and make_transform_iterator by Finn Williams · 3 years, 7 months ago
  8. aaa54ae Bugfix: Don't try to link pipeCommon if it's not being built by Francis Murtagh · 3 years, 7 months ago
  9. e518153 IVGCVSW-5077 Ensure ArmNN builds successfully with latest protobuf by Nikhil Raj · 3 years, 8 months ago
  10. 5f960d9 Add IDeserializer support in pyarmnn by wangg · 3 years, 9 months ago
  11. fbba364 IVGCVSW-5435 Add FloatingPointComparison to remove boost::math::fpc uses by Matthew Sloyan · 3 years, 8 months ago
  12. 3a40ea5 IVGCVSW-5363 Add Unmap layer and Unmap workload by Jim Flynn · 3 years, 8 months ago
  13. 68db06f IVGCVSW-5362 Add Map layer and Map workload by Jim Flynn · 3 years, 8 months ago
  14. 22a4e15 IVGCVSW-4519 Remove Boost Variant and apply_visitor variant by James Ward · 3 years, 8 months ago
  15. ba3ef18 IVGCVSW-5295 Change fmt to be a header-only interface library by Jan Eilers · 3 years, 8 months ago
  16. 16f82f9 IVGCVSW-5305 AddBroadcastReshapeLayer as optimizer by Narumol Prangnawarat · 3 years, 9 months ago
  17. bbf71a6 IVGCVSW-5244 Load-scope dynamic tensor TfLite tests by Narumol Prangnawarat · 3 years, 9 months ago
  18. eac4adb Export Armnn cmake by Derek Lamberti · 3 years, 9 months ago
  19. 438de1b Fix linker err missing boost filesystem library by Ayan Halder · 3 years, 10 months ago
  20. d858eff Fix linker err missing boost filesystem library by Jim Flynn · 3 years, 10 months ago
  21. ef2838b IVGCVSW-5171 Change library name to allow adbPush by Jim Flynn · 3 years, 10 months ago
  22. bbfe603 IVGCVSW-5166 Pull out the common and server side code into standalone libraries by Jim Flynn · 3 years, 11 months ago
  23. 05c342a IVGCVSW-5165 add the fmt library to third-party folder by Jim Flynn · 3 years, 10 months ago
  24. 87d0bda IVGCVSW-4929 Implement ShapeInferenceMethod in all Layers by Finn Williams · 4 years ago
  25. 1fdeb99 IVGCVSW-5095 Make timeline report the Linux Thread ID not the pthread ID by Jim Flynn · 3 years, 11 months ago
  26. 2605b23 IVGCVSW-4624 Add a RANK Reference Implementation by Finn Williams · 4 years ago
  27. 532a29d IVGCVSW-4487 Remove boost::filesystem by Francis Murtagh · 4 years ago
  28. c963110 IVGCVSW-4171 Makes DumpOutgoingValidFileEndToEnd test work reliably by Jim Flynn · 4 years ago
  29. 7e98983 IVGCVSW-4488 Adding cxxopts to third-party by Jan Eilers · 4 years ago
  30. 300ad56 IVGCVSW-4908 Add Serializer/Deserializer Support for FILL operator by Keith Davis · 4 years ago
  31. ec6c680 IVGCVSW-4906 Add front-end support for FILL operator by Ryan OShea · 4 years ago
  32. 6350d27 IVGCVSW-4968 Fix exception handling in TfLiteParser. by Colm Donelan · 4 years ago
  33. 8670473 IVGCVSW-4190 Add SplitV to Tflite Parser by Ryan OShea · 4 years ago
  34. bc873d2 Tidy up uses of Windows.h by adding WindowsWrapper.hpp by Rob Hughes · 4 years ago
  35. 83fcf98 Add NEG support to TFLite parser by Darshan Patel · 4 years ago
  36. 12239e7 IVGCVSW-4187 Add LEAKY_RELU to TFLite parser by Sadik Armagan · 4 years ago
  37. 01d0281 IVGCVSW-4595 Change FileOnlyProfilingConnection to all packet processor model by Jim Flynn · 4 years, 1 month ago
  38. 42b3d7d Add DIV support to TFLite parser by Darshan Patel · 4 years ago
  39. eb1f9cf IVGCVSW-4186 Add EXP unit tests for TfLiteParser by Ryan OShea · 4 years ago
  40. 59e057f Integration of PyArmNN into CMake by Pavel Macenauer · 4 years, 2 months ago
  41. b98032f Fix some Windows build errors: by Rob Hughes · 4 years, 1 month ago
  42. 56b465d IVGCVSW-4831 Fix Packet header includes in backends by Finn Williams · 4 years, 1 month ago
  43. 0c8cb99 IVGCVSW-4731 Move Packet.hpp to profiling/common/include by Finn Williams · 4 years, 1 month ago
  44. e09fc82 IVGCVSW-4730 Remove the duplication of PIPE_MAGIC in the code base by Finn Williams · 4 years, 1 month ago
  45. 9937f93 IVGCVSW-4732 Move NetworkSockets class needs to profiling/common by Finn Williams · 4 years, 1 month ago
  46. 2ed809c IVGCVSW-4594 Refactor the GatordMockService and GatordMockMain to extract a BasePipeServer by Finn Williams · 4 years, 1 month ago
  47. 4e755a5 IVGCVSW-4595 Add IFileOnlyPacketHandlers to file only profiling connection by Jim Flynn · 4 years, 2 months ago
  48. d7fcafa IVGCVSW-4722 Add missing m_TimelineEnabled bool to ConnectionAcknowledgedCommandHandler by Finn Williams · 4 years, 1 month ago
  49. c179878 IVGCVSW-4721 Make build of timelineDecoder.so depend only on BUILD_TIMELINE_DECODER by Jim Flynn · 4 years, 1 month ago
  50. ed27ee7 IVGCVSW-4496 Add Flatten support to ONNX parser by Ryan OShea · 4 years, 1 month ago
  51. a8837bf IVGCVSW-4513 Remove boost/algorithm/string * by David Monahan · 4 years, 2 months ago
  52. 7ee5d2c IVGCVSW-3753 Add Clip support to the onnx parser by Finn Williams · 4 years, 2 months ago
  53. 33ed221 IVGCVSW-4455 Add an Activate and Deactivate control packet to the protocol by Keith Davis · 4 years, 2 months ago
  54. 0de4712 MLECO-756 First cut of adding JSONTimelineDecoder and tests by Éanna Ó Catháin · 4 years, 2 months ago
  55. bc7ffb5 IVGCVSW-4520 Implement BFloat16 Optimizer by Narumol Prangnawarat · 4 years, 2 months ago
  56. 586a9aa IVGCVSW-4549 Add front end for new QLSTM layer by James Conroy · 4 years, 2 months ago
  57. ea54a01 IVGCVSW-4516 Add ConvertFp32ToBf16Layer and Ref workload support by Narumol Prangnawarat · 4 years, 3 months ago
  58. e6a2ccd IVGCVSW-4161 Provide for per model call back registration by Finn Williams · 4 years, 3 months ago
  59. 7ddbbae IVGCVSW-4515 Add ConvertBf16ToFp32Layer and Ref workload support by Narumol Prangnawarat · 4 years, 3 months ago
  60. 53d092d IVGCVSW-4486 Introduce numeric_cast implementation by Derek Lamberti · 4 years, 3 months ago
  61. 6f86b69 IVGCVSW-4540 Fix master build failure to link UnitTests on Android by Sadik Armagan · 4 years, 3 months ago
  62. 4d4e0e2 IVGCVSW-4483 Introduce polymorphic_downcast implementation by Derek Lamberti · 4 years, 3 months ago
  63. dcfc636 IVGCVSW-4485 Introduce ARMNN_ASSERT(_MSG) macros by Derek Lamberti · 4 years, 3 months ago
  64. 9f8cad2 IVGCVSW-4482 Introduce IgnoreUnused implementation by Derek Lamberti · 4 years, 3 months ago
  65. 8a2b468 IVGCVSW-4160 Make the ARM Developer Studio code a self contained build entity by Finn Williams · 4 years, 3 months ago
  66. a97a0be IVGCVSW-4163 Enhance the error handling in the ReadPacket function by Sadik Armagan · 4 years, 3 months ago
  67. c3bf6ef IVGCVSW-4508 Add BFloat16 data type by Narumol Prangnawarat · 4 years, 3 months ago
  68. 490b7be IVGCVSW-4375 Add support for Transpose to optimizations by Mike Kelly · 4 years, 3 months ago
  69. c9ea45a IVGCVSW-4375 Add support for Transpose by Mike Kelly · 4 years, 3 months ago
  70. 510f618 IVGCVSW-4164 Change the callbacks to a C++ pure virtual interface by Finn Williams · 4 years, 3 months ago
  71. dd3f71b COMPMID-3060: Add TF Parser support for Transpose by Sang-Hoon Park · 4 years, 4 months ago
  72. 48d7093 IVGCVSW-2232 Pack/Stack operator support in Tensorflow Parser by Sadik Armagan · 4 years, 4 months ago
  73. 5e90aab COMPMID-3059: Add TF parser support for StridedSlice by Georgios Pinitas · 4 years, 4 months ago
  74. 6406355 IVGCVSW-4320 Implement ReportCounters in BackendProfiling by Jim Flynn · 4 years, 4 months ago
  75. 3896b47 IVGCVSW-4328 BufferManager running out of buffers crashes application by Sadik Armagan · 4 years, 4 months ago
  76. 2e27e9d IVGCVSW-4418 disable unused variable and parameter warning for Caffe protobuf cc by Narumol Prangnawarat · 4 years, 4 months ago
  77. 1aff393 IVGCVSW-4317 Implement the Profiling Context Initialisation by Colm Donelan · 4 years, 4 months ago
  78. 9789702 IVGCVSW-4393 Register backend counters by Jim Flynn · 4 years, 4 months ago
  79. de80307 IVGCVSW-4391 Add Global/Backend Counter ID map by David Monahan · 4 years, 4 months ago
  80. 5ccb33d IVGCVSW-4316 Promote ISendTimelinePacket and IProfilingGuidGenerator by Colm Donelan · 4 years, 4 months ago
  81. a91479c Add ARMNN_DLLEXPORT macro to import/export static data symbols on Windows by Rob Hughes · 4 years, 5 months ago
  82. 4a3c610 IVGCVSW-4259 Add frontend and reference workload for UnaryOperationLayer by josh minor · 4 years, 5 months ago
  83. bdee426 Add thin abstraction layer for processes and filesystem by Rob Hughes · 4 years, 5 months ago
  84. 25b7436 Add thin abstraction layer for network sockets by Rob Hughes · 4 years, 5 months ago
  85. e9d4220 IVGCVSW-4239 Remove dynamic link to libOpenCL.so by Francis Murtagh · 4 years, 5 months ago
  86. d3a0783 Remove use of boost from Logging.hpp by Matthew Bentham · 4 years, 5 months ago
  87. 5edefa0 Fix typo in name of GatordMock executable :O by Rob Hughes · 4 years, 5 months ago
  88. ba25aee IVGCVSW-4246 Enable -Wextra by default by Derek Lamberti · 4 years, 6 months ago
  89. ff3c426 Replace Schema.s with generated .cpp file by Rob Hughes · 4 years, 6 months ago
  90. ed66d14 IVGCVSW-4191 Add DEQUANTIZE to the TfLite Parser by Finn Williams · 4 years, 6 months ago
  91. 836b27b IVGCVSW-4157 Pass custom options directly to backends by Derek Lamberti · 4 years, 7 months ago
  92. e5b8eb9 IVGCVSW-4210 Create a public API for the common backend files by Matteo Martincigh · 4 years, 6 months ago
  93. 0844697 Replace boost logging with simple logger by Derek Lamberti · 4 years, 6 months ago
  94. a3b31f0 IVGCVSW-4179 Add RESIZE_NEAREST_NEIGHBOUR to the TfLite parser by Sadik Armagan · 4 years, 6 months ago
  95. df31cfe IVGCVSW-4070 Implement "send post-optimized network structure" by Narumol Prangnawarat · 4 years, 6 months ago
  96. e011d20 IVGCVSW-4209 Create a public API for the ArmNN Utils by Matteo Martincigh · 4 years, 6 months ago
  97. ba424d2 IVGCVSW-1530 Add TfLite slice parser and fix transpose perm vector creation by josh minor · 4 years, 7 months ago
  98. cdfb941 IVGCVSW-4073 Send stream info in the ConnectionAcknowledgedCommandHandler by Matteo Martincigh · 4 years, 7 months ago
  99. 721b82f Print CMake messages on stdout rather than stderr by Rob Hughes · 4 years, 7 months ago
  100. 199c98e Fix link error due to pthread being linked in the wrong order by Rob Hughes · 4 years, 7 months ago