aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2019-01-07IVGCVSW-2384 Add Split parser function to Tensor flow parserSadik Armagan
2019-01-02IVGCVSW-2353 Ignore control inputs in TensorFlow parsernarpra01
2018-12-31IVGCVSW-2375 Add ParseAddN function to TfParserFerran Balaguer
2018-12-20IVGCVSW-2380 Add Greater operator to TfParserjimfly01
2018-12-20IVGCVSW-2367 Add Equal Operator to TfParserjimfly01
2018-12-17IVGCVSW-2398 Add no-op factory implementations for all backends for theFrancisMurtagh
2018-12-14IVGCVSW-2377 Add no-op factory implementations for all backends for theMatteo Martincigh
2018-12-11IVGCVSW-1434 Add debug mode to Optimizerkeidav01
2018-12-06IVGCVSW-2333 Add ParseSub method to TfParserjimfly01
2018-12-05IVGCVSW-2193 ExpandDims operation implementationConor Kennedy
2018-12-05IVGCVSW-2296 Add ParsePad method to TfParserjimfly01
2018-12-05IVGCVSW-2264 Move DataLayoutIndexed to armnnUtilsMatteo Martincigh
2018-12-04IVGCVSW-2251 Add support for Minimum operator in TfParserNattapat Chaimanowong
2018-12-04IVGCVSW-2256 Add parser function in TensorFlow Parser (Maximum)Sadik Armagan
2018-12-03IVGCVSW-2315 Add DebugLayer and no-op factory methodNattapat Chaimanowong
2018-11-29IVGCVSW-2245 Add Minimum Layer and no-op Factory implementationkevmay01
2018-11-28IVGCVSW-2253 Add maximum layer and corresponding no-op factory implementationNattapat Chaimanowong
2018-11-22Refactor inlined utility functions in NetworkUtilsAron Virginas-Tar
2018-11-20IVGCVSW-2144: Adding TensorUtils classNina Drozd
2018-11-15IVGCVSW-2086: Add StridedSlice layer & corresponding no-op factory implementa...Conor Kennedy
2018-11-14IVGCVSW-2054: Fixing issue with InferOutputShape implementation in BatchToSpa...Éanna Ó Catháin
2018-11-12IVGCVSW-2054: BATCH_TO_SPACE_ND Reference implementation and Unit tests.Éanna Ó Catháin
2018-11-05Revert "IVGCVSW-2056 + IVGCVSW-2064 : move ClContextControl to the ClBackend"David Beck
2018-11-02IVGCVSW-1946: Remove armnn/src from the include pathsAron Virginas-Tar
2018-11-02IVGCVSW-2093 Add SpaceToBatchNd layer and corresponding no-op factory impleme...Nattapat Chaimanowong
2018-10-26IVGCVSW-1896 : SubGraph selectorDavid Beck
2018-10-26IVGCVSW-2081: Move generic backend tests to the backend related CMake filesAron Virginas-Tar
2018-10-26IVGCVSW-2056 + IVGCVSW-2064 : move ClContextControl to the ClBackendDavid Beck
2018-10-25IVGCVSW-2073: Move remaining backend-specific tests from armnn to backendsAron Virginas-Tar
2018-10-25IVGCVSW-2026 + IVGCVSW-2027 Add FullyConnected Support to TfLiteParserSadik Armagan
2018-10-22IVGCVSW-2060: Separate and move backend specific unit tests from the src/armn...Aron Virginas-Tar
2018-10-22IVGCVSW-2030 and IVGCVSW-2031 Add MaxPooling support and unit test to TfLite ...Nattapat Chaimanowong
2018-10-22IVGCVSW-1998 : replace Compute enum in LayerSupport free functionsDavid Beck
2018-10-22IVGCVSW-2006: Move ACL memory manager source code under aclCommonAron Virginas-Tar
2018-10-22IVGCVSW-1938: Move backend-specific source files to the corresponding backendAron Virginas-Tar
2018-10-22IVGCVSW-2000: (Fix) Backend-specific unit tests not being executedMatteo Martincigh
2018-10-22IVGCVSW-1952 : add BackendId class to prepare for the replacement of Compute ...David Beck
2018-10-22IVGCVSW-1987 : registry for backend creation functions (factories)David Beck
2018-10-22IVGCVSW-1988: Refactor backend-specific unit testsarovir01
2018-10-10IVGCVSW-1964 : replace optional biases with home-grown OptionalDavid Beck
2018-10-10IVGCVSW-1642 : adding IBackendInternal interfaceDavid Beck
2018-10-10IVGCVSW-1913: Fix for ValidationTest.concat_float_3_relaxedarovir01
2018-10-10IVGCVSW-1787 Add Support for Concatenation on TfLite parserSadik Armagan
2018-10-10IVGCVSW-1881 Add PadLayer to ArmNNMohamed Nour Abouelseoud
2018-10-10IVGCVSW-1897 : build infrastructure for the src/backends folderDavid Beck
2018-10-10IVGCVSW-949 Refactor - clean up includes of ClWorkloadUtils.hppMatthew Bentham
2018-10-10IVGCVSW-949 Add 8-bit fully connected supportMatthew Bentham
2018-10-10IVGCVSW-1650 Add Support for Reshape layer on TF Lite parserSadik
2018-10-10IVGCVSW-1651 Add Support for Relu on TF Lite parserSadik Armagan
2018-10-01IVGCVSW-1802 : Neon Sub WorkloadDavid Beck