Update ACL pin to b309fc249e4383b4d40ae03e377c3cbad3f9f5f7
[platform/upstream/armnn.git] / src / armnn / Network.cpp
2020-11-13 Mike KellyIVGCVSW-5328-5329 Fuse Activation
2020-11-09 James ConroyIVGCVSW-5091 Add Logical ops frontend and ref impl
2020-11-08 Mike KellyIVGCVSW-5315 Create FuseBatchNorm class
2020-10-29 Teresa CharlinIVGCVSW-5314 Create OptimizeForExclusiveConnection
2020-10-13 Matthew SloyanIVGCVSW-4489 Remove remaining occurrence of boost:...
2020-09-30 Mike KellyRefactored Optimize(...) function to throw exceptions...
2020-09-17 Matthew SloyanIVGCVSW-5303 Remove some boost::numeric_cast from rest...
2020-09-15 Narumol PrangnawaratIVGCVSW-5305 AddBroadcastReshapeLayer as optimizer
2020-09-10 Sadik ArmaganIVGCVSW-5156 Introduce ModelOptions to OptimizedNetwork
2020-09-08 Narumol PrangnawaratIVGCVSW-5244 Load-scope dynamic tensor TfLite tests
2020-08-19 Narumol PrangnawaratIVGCVSW-5012 Add importEnabled option for OptimizerOptions
2020-08-16 Narumol PrangnawaratIVGCVSW-5012 Enable zero copy for Neon
2020-07-26 Finn WilliamsIVGCVSW-5155 Update Arm NN API to allow for call to...
2020-07-06 Finn WilliamsIVGCVSW-4624 Add a RANK Reference Implementation
2020-07-01 Teresa CharlinIVGCVSW-4903 Connect axis parameter in Gather from...
2020-06-11 Ryan OSheaIVGCVSW-4906 Add front-end support for FILL operator
2020-06-03 Laurent Carlierremove BOM from files
2020-05-30 David MonahanIVGCVSW-4888 Update Resize Front end for new parameters
2020-05-18 James ConroyIVGCVSW-4449 Add missing QLstm nullptr checks
2020-04-10 Jan EilersIVGCVSW-4483 Remove boost::polymorphic_downcast
2020-04-06 Narumol PrangnawaratIVGCVSW-4485 Remove Boost assert
2020-03-31 Narumol PrangnawaratIVGCVSW-4633 Add conversion of BF16 support to Neon
2020-03-31 Jan EilersIVGCVSW-4590 Fix Lstm layers CellToInputWeights
2020-03-26 Narumol PrangnawaratIVGCVSW-4597 Modify BF16 optimizer to Convert only...
2020-03-20 Narumol PrangnawaratIVGCVSW-4520 Implement BFloat16 Optimizer
2020-03-20 James ConroyIVGCVSW-4549 Add front end for new QLSTM layer
2020-03-18 Sadik ArmaganIVGCVSW-4463 Change ProfilingService to a member of...
2020-03-10 Jan EilersIVGCVSW-4482 Remove boost::ignore_unused
2020-03-03 Mike KellyIVGCVSW-4375 Add support for Transpose to optimizations
2020-03-03 Derek LambertiIVGCVSW-4314 Per-layer backend hint API
2020-03-02 Mike KellyIVGCVSW-4375 Add support for Transpose
2020-01-23 josh minorIVGCVSW-4259 Add frontend and reference workload for...
2020-01-16 Matthew BenthamRemove Logging.hpp from ArmNN.hpp
2020-01-13 Derek LambertiRename quantized data types to remove ambiguity for...
2019-12-31 Derek LambertiIVGCVSW-4246 Clean build Layers with -Wextra
2019-12-09 Matteo MartincighIVGCVSW-4210 Create a public API for the common backend...
2019-12-05 Derek LambertiReplace boost logging with simple logger
2019-11-27 Derek LambertiIVGCVSW-4170 Also convert constants to FP16 when model...
2019-11-19 James ConroyIVGCVSW-4077 Fix issue when NEON import disabled
2019-11-15 Aron Virginas-TarIVGCVSW-4119 Fix FP16 to FP32 fallback mechanism in...
2019-11-12 Jan EilersIVGCVSW-4069 Add ProfilingGuid to Network
2019-11-08 James ConroyIVGCVSW-4077 Disable NEON memory import
2019-11-05 Rob HughesRename Optimize's errMessages to messages
2019-10-31 Matteo MartincighGitHub #292 Move BackendRegistry.hpp to the public API
2019-10-21 Derek LambertiIVGCVSW-4009 StandInLayer frontend API
2019-10-21 Aron Virginas-TarIVGCVSW-3993 Add frontend and reference workload for...
2019-10-11 Aron Virginas-TarIVGCVSW-3973 Add frontend for LOG_SOFTMAX
2019-10-03 Kevin MayIVGCVSW-3932 Add frontend for INSTANCE_NORMALIZATION
2019-09-27 Rob HughesNNXSW-1826 Add an optimization step which combines...
2019-09-20 Aron Virginas-TarIVGCVSW-3883 Add frontend for DepthToSpace layer
2019-09-17 Aron Virginas-TarIVGCVSW-3875 Add frontend for SLICE layer
2019-09-05 Nikhil RajIVGCVSW-3722 Add front end support for ArgMinMax
2019-09-05 Kevin MayIVGCVSW-3739 Add Arm NN front end support for Abs Layer
2019-08-27 Matteo MartincighIVGCVSW-3277 Fix RequiresCopy in case a tensor handle...
2019-08-14 Francis MurtaghIVGCVSW-3474 Refactor Lstm and QuantizedLstm Param...
2019-08-05 Derek LambertiIVGCVSW-3277 Mem export/import suppor for Tensors
2019-07-24 James ConroyIVGCVSW-3469 Add front end for Quantized LSTM layer
2019-07-23 Rob HughesNNXSW-1697 Remove use of SubgraphView that may become...
2019-07-23 Jan EilersIVGCVSW-3526 Add layer norm support for lstm serialization
2019-07-10 Matthew JacksonIVGCVSW-3418 Add Arm NN front end support for the new...
2019-07-05 Matteo MartincighFix the warning message reporting when sub-graphs fail...
2019-07-02 Aron Virginas-TarIVGCVSW-3382 Deprecate ResizeBilinear and use Resize...
2019-06-28 Teresa CharlinIVGCVSW-3363 Add frontend support for Resize Layer
2019-06-24 Derek LambertiIVGCVSW-3277 Refactor TensorHandle factory API
2019-06-21 Aron Virginas-TarIVGCVSW-3319 Add frontend support for TransposeConvolut...
2019-06-17 Matteo MartincighIVGCVSW-3267 Add Arm NN front end support for the new...
2019-06-12 Aron Virginas-TarIVGCVSW-3258 Add front end support for new SpaceToDepth...
2019-05-28 Jim FlynnIVGCVSW-3119 Rename MergerLayer to ConcatLayer
2019-05-22 Matteo MartincighIVGCVSW-3088 Update the backends README file
2019-05-14 Matteo MartincighUse the new deprecation API
2019-05-14 Jim FlynnIVGCVSW-3076 Add ConcatLayer methods to public API
2019-05-10 Matteo MartincighIVGCVSW-3030 Refactor code and fix OptimizeSubgraphView
2019-05-08 Derek LambertiIVGCVSW-3031 Finer grained backend optimization API
2019-05-03 Matteo MartincighIVGCVSW-3029 Remove any AddLayer capabilities from...
2019-04-30 Derek LambertiIVGCVSW-2405 Rename SubGraph to SubgraphView
2019-04-29 David MonahanIVGCVSW-2657: Fix to force correct quantisation paramet...
2019-04-19 Nina DrozdIVGCVSW-2925: Combine Pad with Convolution2d in the...
2019-04-05 Sadik ArmaganIVGCVSW-2914 Add Switch Layer and no-op factory method
2019-04-05 Nattapat ChaimanowongIVGCVSW-2915 Add Merge Layer and no-op factory method
2019-03-28 Nattapat ChaimanowongIVGCVSW-2874 Add DequantizeLayer and no-op factory...
2019-03-27 Derek LambertiIVGCVSW-2870 Support QuantizeLayer on frontend
2019-02-27 Aron Virginas-TarIVGCVSW-2752 Make biases optional in INetwork
2019-02-11 Mike KellyIVGCVSW-2531 Serialize a simple ArmNN Network
2019-02-08 Narumol PrangnawaratIVGCVSW-2559 End to end tests for Detection PostProcess
2019-01-30 Matteo MartincighIVGCVSW-2458 Refactor the Optimize function (Network...
2019-01-24 Narumol PrangnawaratIVGCVSW-2555 Add no-op implementation for Detection...
2019-01-23 Matteo MartincighIVGCVSW-2455 Move the extra backend code to a new git...
2019-01-16 narpra01IVGCVSW-2508 Add no-op factory implementations and...
2019-01-15 Matteo MartincighIVGCVSW-2454 Merge together the pluggable backends...
2019-01-07 Mohamed Nour Aboue... IVGCVSW-2371 Add Rsqrt Ref implementation
2018-12-20 jimfly01IVGCVSW-2367 Add Equal Operator to TfParser
2018-12-17 FrancisMurtaghIVGCVSW-2398 Add no-op factory implementations for...
2018-12-14 Matteo MartincighIVGCVSW-2377 Add no-op factory implementations for...
2018-12-11 keidav01IVGCVSW-1434 Add debug mode to Optimizer
2018-12-05 jimfly01IVGCVSW-2296 Add ParsePad method to TfParser
2018-12-04 Éanna Ó CatháinIVGCVSW-2247 Adding a min Elementwise Workload and...
2018-11-29 kevmay01IVGCVSW-2245 Add Minimum Layer and no-op Factory implem...
2018-11-28 Nattapat ChaimanowongIVGCVSW-2253 Add maximum layer and corresponding no...
2018-11-15 Conor KennedyIVGCVSW-2086: Add StridedSlice layer & corresponding...
2018-11-12 Éanna Ó CatháinIVGCVSW-2054: BATCH_TO_SPACE_ND Reference implementatio...
next