IVGCVSW-4195 Fix MultipleNetworksCifar10 test to load dynamic backend
[platform/upstream/armnn.git] / src /
2020-01-02 Derek LambertiIVGCVSW-4246 Clean build of backends with -Wextra
2019-12-31 Francis MurtaghIVGCVSW-4246 Clean build of ArmNN API with -Wextra
2019-12-31 Derek LambertiIVGCVSW-4246 Clean build profiling with -Wextra
2019-12-31 Derek LambertiIVGCVSW-4246 Clean build of Visitors with -Wextra
2019-12-31 Derek LambertiIVGCVSW-4246 Clean build Layers with -Wextra
2019-12-31 Rob HughesReplace Schema.s with generated .cpp file
2019-12-31 Rob HughesSome build fixes for MSVC
2019-12-30 Derek LambertiIVGCVSW-4246 Clean build optimizations with -Wextra
2019-12-19 Narumol PrangnawaratIVGCVSW-4214 Add README for standalone dynamic backend...
2019-12-19 janeil01IVGCVSW-4295 Disable mixed precision in ClPooling2dWorkload
2019-12-18 Teresa CharlinIVGCVSW-4302 Depthwise CTS. Fix ReorderWeightChannelsF...
2019-12-17 Derek LambertiIVGCVSW-4246 Clean build of LayerTests with -Wextra
2019-12-17 Derek LambertiIVGCVSW-4293 Fix multiple Concat issues.
2019-12-14 Narumol PrangnawaratIVGCVSW-4261 Add backward compatibility to the Backend API
2019-12-13 Keith DavisIVGCVSW-4178 Add code to increment the 3 ArmNN counters
2019-12-10 Narumol PrangnawaratIVGCVSW-4212 Example of standalone dynamic reference...
2019-12-10 Finn WilliamsIVGCVSW-4191 Add DEQUANTIZE to the TfLite Parser
2019-12-09 Derek LambertiIVGCVSW-4157 Pass custom options directly to backends
2019-12-09 Finn WilliamsIVGCVSW-4211 Add Signed 8 bit Quantisation support...
2019-12-09 Derek LambertiIVGCVSW-4227 Add CpuAcc backend support for DetectionPo...
2019-12-09 Matteo MartincighIVGCVSW-4210 Create a public API for the common backend...
2019-12-09 Finn WilliamsIVGCVSW-4228 Fix SendThreadSendStreamMetadataPacket
2019-12-06 Stefana SimionNNXSW-1896 Add missing layer types to InternalTypes...
2019-12-06 Pablo TelloMLCE-133 Fix dangling calls to Manage()
2019-12-06 Rob HughesAdd asserts to check memcpy addresses
2019-12-05 Derek LambertiReplace boost logging with simple logger
2019-12-05 Sadik ArmaganIVGCVSW-4179 Add RESIZE_NEAREST_NEIGHBOUR to the TfLite...
2019-12-04 Jim FlynnIVGCVSW-4223 Change PeriodicCounterCapture Packet Famil...
2019-12-04 David MonahanIVGCVSW-4016 Add the Inference timeline trace and unit...
2019-12-04 Finn WilliamsIVGCVSW-4118 Change the SendCounterPacket send thread...
2019-12-04 Finn WilliamsIVGCVSW-4221 Fix SendCounterPacket hanging for indefini...
2019-12-03 janeil01IVGCVSW-4171 Fix intermittent failure on FileOnlyProfil...
2019-12-02 Narumol PrangnawaratIVGCVSW-4015 Add input and output workload to post...
2019-11-29 Mike KellyMLCE-143 Fixed driver crash during CTS tests
2019-11-29 Narumol PrangnawaratIVGCVSW-4070 Implement "send post-optimized network...
2019-11-29 Teresa CharlinIVGCVSW-3860 Per-channel QSymm8 support of DepthwiseCon...
2019-11-29 Colm DonelanIVGCVSW-4118 Fix long unit test execution
2019-11-29 Matteo MartincighIVGCVSW-4209 Create a public API for the ArmNN Utils
2019-11-29 Aron Virginas-TarGithub #306 Treat data_format attribute as optional...
2019-11-29 Aron Virginas-TarIVGCVSW-3864 Add support for per-channel QSymm8 Depthwi...
2019-11-28 Matteo MartincighMake the profiling GUID test independent from random...
2019-11-28 Matteo MartincighRemove const type qualifiers with no effect
2019-11-28 Matthew BenthamMLCE-115 Remove redundant error checking in CL backend
2019-11-28 Matthew BenthamGithub #274 Use non-deprecated path to boost header
2019-11-27 Derek LambertiIVGCVSW-4170 Also convert constants to FP16 when model...
2019-11-27 Aron Virginas-TarIVGCVSW-4148 Extend reporting of quant multiplier ...
2019-11-27 Keith DavisIVGCVSW-3859 Per-channel QSymm8 support of Convolution2...
2019-11-27 Aron Virginas-TarAdd IsQuantizeType(DataType) for use in validation...
2019-11-27 Aron Virginas-TarIVGCVSW-3728 Add CL workload for Slice
2019-11-26 Aron Virginas-TarIVGCVSW-3866 Add support for per-channel QSymm8 Convolu...
2019-11-23 Sadik ArmaganIVGCVSW-4158 FP16 Mobilenet V1 and V2 30% regression...
2019-11-22 Matthew BenthamGithub #251 Surround local structs with anonymous namespace
2019-11-21 James ConroyIVGCVSW-4148 Report quant multiplier > 1 as unsupported...
2019-11-21 Colm DonelanIVGCVSW-4124 Replacing the "sleep_for" loop from FileOn...
2019-11-20 Sadik ArmaganIVGCVSW-4151 HAL 1_2 Dequantize FP32 Per Channel Tests...
2019-11-19 Narumol PrangnawaratIVGCVSW-4070 Add CreatedNamedTypeEntity and CreateNamed...
2019-11-19 Kevin MayRevert "Only enable mixed precision FP16 pooling for...
2019-11-19 josh minorIVGCVSW-1530 Add TfLite slice parser and fix transpose...
2019-11-19 Francis MurtaghIVGCVSW-3697 Add check for ArgMinMax QAsymm8 to ClLayer...
2019-11-19 James ConroyIVGCVSW-4077 Fix issue when NEON import disabled
2019-11-19 Narumol PrangnawaratIVGCVSW-4068 Add Guid to Workload
2019-11-19 josh minorIVGCVSW-3729 Added neon slice workload and supporting...
2019-11-19 Mike KellyMLCE-144 Cts NNAPI test cases failed
2019-11-18 Narumol PrangnawaratIVGCVSW-3980 Implementation of Guid generator
2019-11-18 Tee JungFix quantizer crash by zero tensor
2019-11-15 Tee JungFix possible crash in case of zero dimension tensor...
2019-11-15 janeil01IVGCVSW-3486 Add clipping parameter validation in LstmQ...
2019-11-15 Colm DonelanIVGCVSW-4129 Fix thread starvation due to low capture...
2019-11-15 Matteo MartincighIVGCVSW-4074 Send Timeline message in RequestCounterDir...
2019-11-15 Aron Virginas-TarIVGCVSW-4119 Fix FP16 to FP32 fallback mechanism in...
2019-11-15 Aron Virginas-TarIVGCVSW-4140 Report per-axis quantization as unsupporte...
2019-11-15 Matteo MartincighIVGCVSW-4073 Send stream info in the ConnectionAcknowle...
2019-11-15 Matteo MartincighIVGCVSW-4072 Add stream header to Timeline Message...
2019-11-15 Rob HughesNNXSW-1853 Change SubgraphViewSelector algorithm
2019-11-15 Rob HughesPrint CMake messages on stdout rather than stderr
2019-11-15 Aron Virginas-TarAdd FP16 support to DebugWorkload
2019-11-15 Derek LambertiOnly enable mixed precision FP16 pooling for Android Q
2019-11-14 Aron Virginas-TarFix redundancy in call to configure() in ACL DepthwiseC...
2019-11-14 Aron Virginas-TarAdd SpaceToDepth to GetLayerTypeAsCString()
2019-11-14 Derek LambertiCL & Neon workload factories inherit from WorkloadFacto...
2019-11-14 Rob HughesFix a few compile errors:
2019-11-13 James ConroyIVGCVSW-4053 Enable ArgMinMax EndToEndTest for NEON/CL
2019-11-13 Francis MurtaghIVGCVSW-4128 Add Signed32 to supported input types...
2019-11-13 James ConroyIVGCVSW-3695 Add CL ArgMinMax workload
2019-11-12 James ConroyIVGCVSW-4051 Update ACL pin to 94e0cf960ea6116eb57fa88d...
2019-11-12 Teresa CharlinIVGCVSW-4079 Add support of per-axis quantization to...
2019-11-12 Jan EilersIVGCVSW-4069 Add ProfilingGuid to Network
2019-11-12 Aron Virginas-TarIVGCVSW-3839 Add support of per-axis quantization to...
2019-11-11 Francis MurtaghIVGCVSW-4064 ArmNN Master fails due to an error in...
2019-11-11 Aron Virginas-TarIVGCVSW-4104 Report Conv2d per-axis quantization unsupp...
2019-11-08 janeil01IVGCVSW-4067 Change LayerGuid to use ProfilingGuid
2019-11-08 James ConroyIVGCVSW-4077 Disable NEON memory import
2019-11-08 Mike KellyIVGCVSW-4108 Fixed invalid data type exception
2019-11-08 Finn WilliamsMLCE-144 Fix cts MAX_POOL_2D_V1_0 tests
2019-11-07 Aron Virginas-TarIVGCVSW-4107 Fix bug in ProfilingConnectionDumpToFileDe...
2019-11-07 janeil01IVGCVSW-4102 Move ProfilingGuid to public interface
2019-11-07 Finn WilliamsIVGCVSW-3951 Create the timeline decoder
2019-11-07 Rob HughesEscape angle brackets in dot file labels
2019-11-06 Matteo MartincighIVGCVSW-4065 Add a RecordEvent function
2019-11-06 Aron Virginas-TarIVGCVSW-3837 Add support for per-axis quantization...
next