add tensorflow lite parser support
[platform/upstream/armnn.git] / CMakeLists.txt
2020-05-21 Pavel MacenauerIntegration of PyArmNN into CMake
2020-05-19 Rob HughesFix some Windows build errors:
2020-05-15 Finn WilliamsIVGCVSW-4831 Fix Packet header includes in backends
2020-05-12 Finn WilliamsIVGCVSW-4731 Move Packet.hpp to profiling/common/include
2020-05-07 Finn WilliamsIVGCVSW-4730 Remove the duplication of PIPE_MAGIC in...
2020-04-30 Finn WilliamsIVGCVSW-4732 Move NetworkSockets class needs to profili...
2020-04-27 Finn WilliamsIVGCVSW-4594 Refactor the GatordMockService and GatordM...
2020-04-27 Jim FlynnIVGCVSW-4595 Add IFileOnlyPacketHandlers to file only...
2020-04-27 Finn WilliamsIVGCVSW-4722 Add missing m_TimelineEnabled bool to...
2020-04-23 Jim FlynnIVGCVSW-4721 Make build of timelineDecoder.so depend...
2020-04-23 Ryan OSheaIVGCVSW-4496 Add Flatten support to ONNX parser
2020-04-20 David MonahanIVGCVSW-4513 Remove boost/algorithm/string *
2020-04-03 Finn WilliamsIVGCVSW-3753 Add Clip support to the onnx parser
2020-04-02 Keith DavisIVGCVSW-4455 Add an Activate and Deactivate control...
2020-04-01 Éanna Ó CatháinMLECO-756 First cut of adding JSONTimelineDecoder and...
2020-03-20 Narumol PrangnawaratIVGCVSW-4520 Implement BFloat16 Optimizer
2020-03-20 James ConroyIVGCVSW-4549 Add front end for new QLSTM layer
2020-03-19 Narumol PrangnawaratIVGCVSW-4516 Add ConvertFp32ToBf16Layer and Ref workloa...
2020-03-18 Finn WilliamsIVGCVSW-4161 Provide for per model call back registration
2020-03-17 Narumol PrangnawaratIVGCVSW-4515 Add ConvertBf16ToFp32Layer and Ref workloa...
2020-03-09 Derek LambertiIVGCVSW-4486 Introduce numeric_cast implementation
2020-03-09 Sadik ArmaganIVGCVSW-4540 Fix master build failure to link UnitTests...
2020-03-09 Derek LambertiIVGCVSW-4483 Introduce polymorphic_downcast implementation
2020-03-05 Derek LambertiIVGCVSW-4485 Introduce ARMNN_ASSERT(_MSG) macros
2020-03-05 Derek LambertiIVGCVSW-4482 Introduce IgnoreUnused implementation
2020-03-04 Finn WilliamsIVGCVSW-4160 Make the ARM Developer Studio code a self...
2020-03-04 Sadik ArmaganIVGCVSW-4163 Enhance the error handling in the ReadPack...
2020-03-03 Narumol PrangnawaratIVGCVSW-4508 Add BFloat16 data type
2020-03-03 Mike KellyIVGCVSW-4375 Add support for Transpose to optimizations
2020-03-02 Mike KellyIVGCVSW-4375 Add support for Transpose
2020-03-02 Finn WilliamsIVGCVSW-4164 Change the callbacks to a C++ pure virtual...
2020-02-24 Sang-Hoon ParkCOMPMID-3060: Add TF Parser support for Transpose
2020-02-18 Sadik ArmaganIVGCVSW-2232 Pack/Stack operator support in Tensorflow...
2020-02-18 Georgios PinitasCOMPMID-3059: Add TF parser support for StridedSlice
2020-02-16 Jim FlynnIVGCVSW-4320 Implement ReportCounters in BackendProfiling
2020-02-10 Sadik ArmaganIVGCVSW-4328 BufferManager running out of buffers crash...
2020-02-07 Narumol PrangnawaratIVGCVSW-4418 disable unused variable and parameter...
2020-02-07 Colm DonelanIVGCVSW-4317 Implement the Profiling Context Initialisation
2020-02-03 Jim FlynnIVGCVSW-4393 Register backend counters
2020-01-30 David MonahanIVGCVSW-4391 Add Global/Backend Counter ID map
2020-01-28 Colm DonelanIVGCVSW-4316 Promote ISendTimelinePacket and IProfiling...
2020-01-24 Rob HughesAdd ARMNN_DLLEXPORT macro to import/export static data...
2020-01-23 josh minorIVGCVSW-4259 Add frontend and reference workload for...
2020-01-21 Rob HughesAdd thin abstraction layer for processes and filesystem
2020-01-21 Rob HughesAdd thin abstraction layer for network sockets
2020-01-20 Francis MurtaghIVGCVSW-4239 Remove dynamic link to libOpenCL.so
2020-01-16 Matthew BenthamRemove use of boost from Logging.hpp
2020-01-15 Rob HughesFix typo in name of GatordMock executable :O
2020-01-07 Derek LambertiIVGCVSW-4246 Enable -Wextra by default
2019-12-31 Rob HughesReplace Schema.s with generated .cpp file
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 Matteo MartincighIVGCVSW-4210 Create a public API for the common backend...
2019-12-05 Derek LambertiReplace boost logging with simple logger
2019-12-05 Sadik ArmaganIVGCVSW-4179 Add RESIZE_NEAREST_NEIGHBOUR to the TfLite...
2019-11-29 Narumol PrangnawaratIVGCVSW-4070 Implement "send post-optimized network...
2019-11-29 Matteo MartincighIVGCVSW-4209 Create a public API for the ArmNN Utils
2019-11-19 josh minorIVGCVSW-1530 Add TfLite slice parser and fix transpose...
2019-11-15 Matteo MartincighIVGCVSW-4073 Send stream info in the ConnectionAcknowle...
2019-11-15 Rob HughesPrint CMake messages on stdout rather than stderr
2019-11-14 Rob HughesFix link error due to pthread being linked in the wrong...
2019-11-07 janeil01IVGCVSW-4102 Move ProfilingGuid to public interface
2019-11-07 Finn WilliamsIVGCVSW-3951 Create the timeline decoder
2019-11-06 Keith DavisIVGCVSW-3444 File Only Profiling Connection
2019-10-31 Matteo MartincighGitHub #292 Move BackendRegistry.hpp to the public API
2019-10-28 Jim FlynnIVGCVSW-4031 Provide well known profiling GUIDs
2019-10-25 Matteo MartincighIVGCVSW-4022 Create a DeclareLabel utility function
2019-10-25 Aron Virginas-TarIVGCVSW-4018 Move QuantizeHelper.hpp to armnnUtils
2019-10-25 Jim FlynnIVGCVSW-4027 Add the IProfilingGuidGenerator interface
2019-10-24 Aron Virginas-TarIVGCVSW-4007 Add StandInLayer for unsupported operation...
2019-10-24 Sadik ArmaganIVGCVSW-3950 Create SendTimelinePacket interface and...
2019-10-22 Narumol PrangnawaratIVGCVSW-3980 Add ProfilingGuid and ProfilingGuidGenerat...
2019-10-21 Finn WilliamsIVGCVSW-3989 Create the Counter Directory Decoder
2019-10-21 Aron Virginas-TarIVGCVSW-3996 Add deserialization test for ComparisonLayer
2019-10-21 Matteo MartincighGithub #275 Generate versionned libraries
2019-10-21 Derek LambertiIVGCVSW-4009 StandInLayer frontend API
2019-10-21 Aron Virginas-TarIVGCVSW-3993 Add frontend and reference workload for...
2019-10-18 Matteo MartincighGithub #275 Generate versionned libraries
2019-10-17 Colm DonelanIVGCVSW-3721 Add support for startup sequence (Mock...
2019-10-17 Guillaume GardetMove version definition to its own file
2019-10-17 Matteo MartincighIVGCVSW-3400 Fixed include directives for Gatord builds
2019-10-15 Aron Virginas-TarIVGCVSW-3977 Add deserialization test for LOG_SOFTMAX
2019-10-14 Matteo MartincighIVGCVSW-3971 Implement the Per-Job Counter Selection...
2019-10-11 Aron Virginas-TarIVGCVSW-3973 Add frontend for LOG_SOFTMAX
2019-10-11 Colm DonelanIVGCVSW-3721 Add support for startup sequence (Mock...
2019-10-10 Aron Virginas-TarIVGCVSW-3943 Add deserialization test for INSTANCE_NORM...
2019-10-09 Matteo MartincighIVGCVSW-3937 Improve the Connection Acknowledged Handler
2019-10-08 Matteo MartincighIVGCVSW-3937 Add the necessary components to the Profil...
2019-10-07 Matteo MartincighIVGCVSW-3937 Refactor and improve the PeriodicCounterCa...
2019-10-07 Matteo MartincighIVGCVSW-3937 Rename CommandThread to CommandHandler
2019-10-03 Matteo MartincighIVGCVSW-3927 Create the Timeline Label Binary Packet
2019-10-03 Kevin MayIVGCVSW-3932 Add frontend for INSTANCE_NORMALIZATION
2019-09-30 Narumol PrangnawaratIVGCVSW-3903 Create Counter Stream Buffer
2019-09-27 Aron Virginas-TarIVGCVSW-3442 Add ProfilingConnectionDumpToFileDecorator
2019-09-27 Rob HughesNNXSW-1826 Add an optimization step which combines...
2019-09-26 Narumol PrangnawaratIVGCVSW-3902 Create IReadOnlyPacketBuffer, IPacketBuffe...
2019-09-25 FinnWilliamsArmIVGCVSW-3411 Add the Counter Values array and accessor...
2019-09-25 Rob HughesNNXSW-1826 Move tests for Optimization classes to separ...
2019-09-24 FinnWilliamsArmIVGCVSW-3439 Create the Command Thread
2019-09-24 Aron Virginas-TarIVGCVSW-3900 Add deserialization test for DepthToSpace
next