IVGCVSW-2580 Integrate serialization schema code generation to build process
[platform/upstream/armnn.git] / CMakeLists.txt
2019-02-06 Nattapat ChaimanowongIVGCVSW-2580 Integrate serialization schema code genera...
2019-02-06 Derek LambertiIVGCVSW-2606 Produce quantized InputNetwork from simple...
2019-02-04 FrancisMurtaghIVGCVSW-2551 Add Descriptor and name only unit tests...
2019-02-01 FrancisMurtaghIVGCVSW-2552 Add unit tests for the input and output...
2019-01-29 FrancisMurtaghIVGCVSW-2549 Add name only layer unit tests for Visitor
2019-01-29 Bruno GoncalvesAdded ConstantLayer support to TfLiteParser
2019-01-28 FrancisMurtaghIVGCVSW-2548 Add the TestLayerVisitor class
2019-01-24 Narumol PrangnawaratIVGCVSW-2555 Add no-op implementation for Detection...
2019-01-24 FrancisMurtaghIVGCVSW-2512 Add Gather operator parser to TfParser
2019-01-24 jimfly01IVGCVSW-2546 Add ILayerVisitor to the public API
2019-01-23 Matthew BenthamIVGCVSW-2515 Fix compilation when TfParser is disabled
2019-01-22 Nattapat ChaimanowongIVGCVSW-2467 Remove GetDataType<T> function
2019-01-21 Bruno GoncalvesAdded ParsePad method to TfLiteParser
2019-01-19 Bruno GoncalvesAdded ParseMean method to TfLiteParser
2019-01-19 Bruno GoncalvesAdded ParseMul method to TfLiteParser
2019-01-17 Bruno GoncalvesAdded ParseAdd method to TfLiteParser
2019-01-16 narpra01IVGCVSW-2508 Add no-op factory implementations and...
2019-01-16 Matthew BenthamGithub issue #120 - Embed TfLite schema
2019-01-15 Matteo MartincighIVGCVSW-2454 Merge together the pluggable backends...
2019-01-14 Ferran BalaguerIVGCVSW-1656 Add Mean support to Tf Parser
2019-01-09 Mohamed Nour Aboue... IVGCVSW-2345 Add Rsqrt support in Tensorflow Parser
2019-01-07 Mohamed Nour Aboue... IVGCVSW-2371 Add Rsqrt Ref implementation
2019-01-07 Sadik ArmaganIVGCVSW-2384 Add Split parser function to Tensor flow...
2019-01-02 narpra01IVGCVSW-2353 Ignore control inputs in TensorFlow parser
2018-12-31 Ferran BalaguerIVGCVSW-2375 Add ParseAddN function to TfParser
2018-12-20 jimfly01IVGCVSW-2380 Add Greater operator to TfParser
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-06 jimfly01IVGCVSW-2333 Add ParseSub method to TfParser
2018-12-05 Conor KennedyIVGCVSW-2193 ExpandDims operation implementation
2018-12-05 jimfly01IVGCVSW-2296 Add ParsePad method to TfParser
2018-12-05 Matteo MartincighIVGCVSW-2264 Move DataLayoutIndexed to armnnUtils
2018-12-04 Nattapat ChaimanowongIVGCVSW-2251 Add support for Minimum operator in TfParser
2018-12-04 Sadik ArmaganIVGCVSW-2256 Add parser function in TensorFlow Parser...
2018-12-03 Nattapat ChaimanowongIVGCVSW-2315 Add DebugLayer and no-op factory method
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-22 Aron Virginas-TarRefactor inlined utility functions in NetworkUtils
2018-11-20 Nina DrozdIVGCVSW-2144: Adding TensorUtils class
2018-11-15 Conor KennedyIVGCVSW-2086: Add StridedSlice layer & corresponding...
2018-11-14 Éanna Ó CatháinIVGCVSW-2054: Fixing issue with InferOutputShape implem...
2018-11-12 Éanna Ó CatháinIVGCVSW-2054: BATCH_TO_SPACE_ND Reference implementatio...
2018-11-05 David BeckRevert "IVGCVSW-2056 + IVGCVSW-2064 : move ClContextCon...
2018-11-02 Aron Virginas-TarIVGCVSW-1946: Remove armnn/src from the include paths
2018-11-02 Nattapat ChaimanowongIVGCVSW-2093 Add SpaceToBatchNd layer and corresponding...
2018-10-26 David BeckIVGCVSW-1896 : SubGraph selector
2018-10-26 Aron Virginas-TarIVGCVSW-2081: Move generic backend tests to the backend...
2018-10-26 David BeckIVGCVSW-2056 + IVGCVSW-2064 : move ClContextControl...
2018-10-25 Aron Virginas-TarIVGCVSW-2073: Move remaining backend-specific tests...
2018-10-25 Sadik ArmaganIVGCVSW-2026 + IVGCVSW-2027 Add FullyConnected Support...
2018-10-22 Aron Virginas-TarIVGCVSW-2060: Separate and move backend specific unit...
2018-10-22 Nattapat ChaimanowongIVGCVSW-2030 and IVGCVSW-2031 Add MaxPooling support...
2018-10-22 David BeckIVGCVSW-1998 : replace Compute enum in LayerSupport...
2018-10-22 Aron Virginas-TarIVGCVSW-2006: Move ACL memory manager source code under...
2018-10-22 Aron Virginas-TarIVGCVSW-1938: Move backend-specific source files to...
2018-10-22 Matteo MartincighIVGCVSW-2000: (Fix) Backend-specific unit tests not...
2018-10-22 David BeckIVGCVSW-1952 : add BackendId class to prepare for the...
2018-10-22 David BeckIVGCVSW-1987 : registry for backend creation functions...
2018-10-22 arovir01IVGCVSW-1988: Refactor backend-specific unit tests
2018-10-10 David BeckIVGCVSW-1964 : replace optional biases with home-grown...
2018-10-10 David BeckIVGCVSW-1642 : adding IBackendInternal interface
2018-10-10 arovir01IVGCVSW-1913: Fix for ValidationTest.concat_float_3_relaxed
2018-10-10 Sadik ArmaganIVGCVSW-1787 Add Support for Concatenation on TfLite...
2018-10-10 Mohamed Nour Aboue... IVGCVSW-1881 Add PadLayer to ArmNN
2018-10-10 David BeckIVGCVSW-1897 : build infrastructure for the src/backend...
2018-10-10 Matthew BenthamIVGCVSW-949 Refactor - clean up includes of ClWorkloadU...
2018-10-10 Matthew BenthamIVGCVSW-949 Add 8-bit fully connected support
2018-10-10 SadikIVGCVSW-1650 Add Support for Reshape layer on TF Lite...
2018-10-10 Sadik ArmaganIVGCVSW-1651 Add Support for Relu on TF Lite parser
2018-10-01 David BeckIVGCVSW-1802 : Neon Sub Workload
2018-10-01 narpra01IVGCVSW-1813 - Add MeanLayer
2018-10-01 David BeckIVGCVSW-1843 : remove duplicate code for Ref Arithmetic...
2018-10-01 David BeckIVGCVSW-1843 : refactor ClAdditionWorkload and ClSubtra...
2018-10-01 David BeckIVGCVSW-1843 : replacing trivial arithmetic helpers
2018-09-25 David BeckIVGCVSW-1801 : Cl implementation for SUB
2018-09-25 David BeckIVGCVSW-1803 : add Ref Subtraction layer
2018-09-25 David BeckIVGCVSW-1804 : Add Subtraction layer types and placeholders
2018-09-17 Les BellIVGCVSW-1783 refactor add/mul/div layers
2018-09-17 arovir01IVGCVSW-1784: Rename float32 workloads for ACL
2018-09-17 saoste01IVGCVSW-1779: Updating TF Parser to include the RealDiv...
2018-09-17 Francis MurtaghIVGCVSW-1200 Division layer
2018-08-31 telsoa01Release 18.08
2018-05-23 surmeh01Release 18.05
2018-03-29 surmeh01Release 18.03
2018-03-09 telsoa01Release 18.02