platform/upstream/armnn.git
2018-10-22 James ConroyIVGCVSW-1978: Support NHWC for ResizeBilinear CpuRef
2018-10-22 arovir01IVGCVSW-1996: Implement CreateWorkloadFactory() across...
2018-10-22 Nattapat ChaimanowongIVGCVSW-1951 Remove type templating from ClConstantWorkload
2018-10-22 David BeckIVGCVSW-1969 : remove boost::optional compatibility...
2018-10-22 Matteo MartincighIVGCVSW-2000: (Fix) Backend-specific unit tests not...
2018-10-22 Sadik ArmaganIVGCVSW-1914 Investigate CONV_2D failure on FP16 on...
2018-10-22 Nattapat ChaimanowongIVGCVSW-1951 Remove type templating from ClPermuteWorkload
2018-10-22 Nattapat ChaimanowongIVGCVSW-1951 remove type templating from ClPadWorkload
2018-10-22 Matteo MartincighIVGCVSW-1967 Fix L2Norm NHWC unit test
2018-10-22 David BeckIVGCVSW-1952 : add BackendId class to prepare for the...
2018-10-22 David BeckIVGCVSW-1989 : implement backend creation and registry...
2018-10-22 David BeckIVGCVSW-1987 : registry for backend creation functions...
2018-10-22 arovir01IVGCVSW-1988: Refactor backend-specific unit tests
2018-10-22 Matthew BenthamFix for Github issue #78
2018-10-22 Nattapat ChaimanowongIVGCVSW-1951-Remove type templating from ClAdditionWorkload
2018-10-10 jimfly01IVGCVSW-1929: Fix for this defect (QASYM8 no scale)
2018-10-10 Francis MurtaghIVGCVSW-1974 - Update CreateWorkload test CL and Neon
2018-10-10 Nina DrozdIVGCVSW-1982 - add create workload test for 2D Pooling...
2018-10-10 Francis MurtaghIVGCVSW-1860 Support NHWC for Pooling2D
2018-10-10 arovir01IVGCVSW-1964: Cl implementation for the ILayerSupport...
2018-10-10 arovir01IVGCVSW-1965: Neon implementation for the ILayerSupport...
2018-10-10 arovir01IVGCVSW-1985: Replace std::string* reasonIfNotSupported...
2018-10-10 arovir01IVGCVSW-1983: Order the IsLayerSupported functions...
2018-10-10 arovir01IVGCVSW-1966: Ref implementation for the ILayerSupport...
2018-10-10 Matthew BenthamIVGCVSW-1951 Remove type templating from ClDepthwiseCon...
2018-10-10 David BeckIVGCVSW-1975 : total removal of boost::optional from...
2018-10-10 arovir01IVGCVSW-1973: Replace char* reasonIfNotSupported with...
2018-10-10 David BeckIVGCVSW-1975 : Remove boost::optional from the public...
2018-10-10 James ConroyIVGCVSW-1932: Add Unit tests for NHWC ResizeBilinear
2018-10-10 David BeckIVGCVSW-1964 : replace optional biases with home-grown...
2018-10-10 Matthew BenthamIVGCVSW-1951 Remove type templating from ClConvolution2...
2018-10-10 Nina DrozdIVGCVSW-1886 - forward layer support for pad
2018-10-10 Francis MurtaghIVGCVSW-1889 - Unit test Convolution2d with NHWC
2018-10-10 Les BellIVGCVSW-1622 LSTM Neon support
2018-10-10 arovir01IVGCVSW-1963: Add implementation classes for Cl, Neon...
2018-10-10 David BeckIVGCVSW-1642 : adding IBackendInternal interface
2018-10-10 Matteo MartincighIVGCVSW-1863 Unit tests for NHWC L2Normalization
2018-10-10 arovir01IVGCVSW-1957: Improve warning message in Network::Optim...
2018-10-10 David BeckIVGCVSW-1642 : introducing the IBackend interface
2018-10-10 James ConroyIVGCVSW-1931: Refactor ClResizeBilinearFloatWorkload
2018-10-10 narpra01IVGCVSW-1920 Unittests for NHWC Normalization Workloads...
2018-10-10 James ConroyIVGCVSW-1931: Add data layout param for ResizeBilinear
2018-10-10 arovir01IVGCVSW-1913: Fix for ValidationTest.concat_float_3_relaxed
2018-10-10 Matthew BenthamIVGCVSW-1951 Remove type templating from ClSplitterWorkload
2018-10-10 David BeckIVGCVSW-1935 : inline code documentation for pluggable...
2018-10-10 Derek LambertiIVGCVSW-1823 Fix uninitialised member
2018-10-10 Matthew BenthamIVGCVSW-1951 Remove type templating from ClSubtractionW...
2018-10-10 Sadik ArmaganIVGCVSW-1787 Add Support for Concatenation on TfLite...
2018-10-10 Derek LambertiIVGCVSW-1824 Fix slow profiling of neon. (~50% reduced...
2018-10-10 Matteo MartincighIVGCVSW-1900 Removed unused file src/backends/ClWorkloa...
2018-10-10 Matthew BenthamIVGCVSW-1207 - Remove typing from ClMultiplicationWorkload
2018-10-10 David BeckIVGCVSW-1906 : make Android make and CMake files more...
2018-10-10 David BeckIVGCVSW-1900 : CL backend folder structure
2018-10-10 Matteo MartincighIVGCVSW-1863 Support NHWC for L2Normalization
2018-10-10 jimfly01IVGCVSW-1882: Added ClPadWorkload
2018-10-10 narpra01IVGCVSW-1812 Adding Ref implementation and tests of...
2018-10-10 narpra01IVGCVSW-1919 - data layout parameter for Normalization
2018-10-10 David BeckIVGCVSW-1899 : Neon backend folder structure
2018-10-10 David BeckIVGCVSW-1898 : Ref backend folder structure
2018-10-10 Nina DrozdIVGCVSW-1821 - taking out scale factor again as it...
2018-10-10 Nina DrozdIVGCVSW-1821 - update NEON workload utils to use timers...
2018-10-10 kevmay01IVGCVSW-1927 Add Neon 8-bit FullyConnected support
2018-10-10 jimfly01IVGCVSW-1924: Fixing clframework version update compile err
2018-10-10 Nikhil RajIVGCVSW-1910 Add data layout parameter for DepthwiseCon...
2018-10-10 David BeckIVGCVSW-1921: move common Acl code to a separate folder
2018-10-10 Mohamed Nour... IVGCVSW-1881 Add PadLayer to ArmNN
2018-10-10 Francis MurtaghIVGCVSW-1888 Plumb data layout parameter for Convolution2D
2018-10-10 David BeckIVGCVSW-1897 : Android support for pluggable backends
2018-10-10 Matthew BenthamIVGCVSW-949 Further simplify InitializeArmComputeClTens...
2018-10-10 Matthew BenthamIVGCVSW-949 Simplify use of IntialiseArmComputeClTensorData
2018-10-10 David BeckIVGCVSW-1897 : build infrastructure for the src/backend...
2018-10-10 Matthew BenthamIVGCVSW-949 Remove unnecessary includes
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 James ConroyIVGCVSW-1822: Fix CaffeYolo-Armnn error reporting
2018-10-10 SadikIVGCVSW-1650 Add Support for Reshape layer on TF Lite...
2018-10-10 James ConroyIVGCVSW-1843: Edit comment to ref correct function
2018-10-10 jimfly01IVGCVSW-1880: Add no-op factory implementations of...
2018-10-10 Derek LambertiIVGCVSW-1883 Add support for different memory layouts
2018-10-10 Sadik ArmaganIVGCVSW-1651 Add Support for Relu on TF Lite parser
2018-10-01 Matthew BenthamFix for Github issue #63
2018-10-01 David BeckIVGCVSW-1802 : fix typo
2018-10-01 surmeh01Updated the inception_v3 model taken from official Tf
2018-10-01 David BeckIVGCVSW-1802 : Neon Sub Workload
2018-10-01 narpra01IVGCVSW-1813 - Add MeanLayer
2018-10-01 David BeckIVGCVSW-1832: add missing DIV quantized, broadcasting...
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-1804 : add subtraction layer to the public...
2018-10-01 surmeh01Added and modified the vanilla tensorflow values for...
2018-10-01 David BeckIVGCVSW-1843 : replacing trivial arithmetic helpers
2018-09-25 Nina DrozdIVGCVSW-1733 - set enableGpuProfiling in CreationOption...
2018-09-25 narpra01IVGCVSW-1831 - Add dimension check to MeanQueueDescript...
2018-09-25 David BeckIVGCVSW-1801 : Cl implementation for SUB
2018-09-25 narpra01IVGCVSW-1810 - Add no-op factory implementations of...
2018-09-25 Matthew BenthamIVGCVSW-1520 Re-enable quantised add
2018-09-25 surmeh01IVGCVSW-1808 : Updated the network used from Official...
2018-09-25 David BeckIVGCVSW-1803 : add Ref Subtraction layer
2018-09-25 David BeckIVGCVSW-1804 : Add Subtraction layer types and placeholders
2018-09-25 Sadik ArmaganMLCE-52 Where has PROFILING gone?
next