aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-10-29IVGCVSW-2074: Updated DepthwiseConvolution2dAsymmetricTest for NHWCjimfly01
2018-10-27IVGCVSW-2083 - Add DataLayout parameter to calculate the expected output shap...narpra01
2018-10-26IVGCVSW-1896 : SubGraph selectorDavid Beck
2018-10-26IVGCVSW-2069 - Implement NHWC Convolution2D for CpuRefnarpra01
2018-10-26IVGCVSW-2081: Move generic backend tests to the backend related CMake filesAron Virginas-Tar
2018-10-26IVGCVSW-2029 Fix fully connected layer support in TfLite Parser and implement...Nattapat Chaimanowong
2018-10-26IVGCVSW-2056 + IVGCVSW-2064 : move ClContextControl to the ClBackendDavid Beck
2018-10-26IVGCVSW-2074: SimpleConvolution2dTestImpl updated for NHWCjimfly01
2018-10-25IVGCVSW-2051 Fixed the dynamic allocation of the dimSizes array in MeanLayerMatteo Martincigh
2018-10-25IVGCVSW-2057: Remove ARMCOMPUTE(CL/NEON)_ENABLED and ARMCOMPUTENEON_ENABLED f...Aron Virginas-Tar
2018-10-25IVGCVSW-2058: Remove ARMCOMPUTE(CL/NEON)_ENABLED and ARMCOMPUTENEON_ENABLED f...Aron Virginas-Tar
2018-10-25IVGCVSW-2059: Remove CL-specific code from ProfilerAron Virginas-Tar
2018-10-25IVGCVSW-2049 + IVGCVSW-2051 Create the CL Mean Float workload and addMatteo Martincigh
2018-10-25IVGCVSW-2073: Move remaining backend-specific tests from armnn to backendsAron Virginas-Tar
2018-10-25IVGCVSW-1007 Support Inception-V3 and V4 in CaffeParserMohamed Nour Abouelseoud
2018-10-25IVGCVSW-2071 : remove GetCompute() from the WorkloadFactory interfaceDavid Beck
2018-10-25IVGCVSW-2067 : dynamically create workload factories based on the backends in...David Beck
2018-10-25IVGCVSW-2053: Validate BackendId parameters for the InferenceTest (EndToEnd t...Aron Virginas-Tar
2018-10-25IVGCVSW-2026 + IVGCVSW-2027 Add FullyConnected Support to TfLiteParserSadik Armagan
2018-10-22IVGCVSW-1823 *Free working mem only when network changesDerek Lamberti
2018-10-22IVGCVSW-2060: Separate and move backend specific unit tests from the src/armn...Aron Virginas-Tar
2018-10-22IVGCVSW-2063 Documentation for new operations in TfLite ParserSadik Armagan
2018-10-22IVGCVSW-1991 : refactor m_SupportedComputes in DeviceSpecsDavid Beck
2018-10-22IVGCVSW-1955: Unify backend exceptions (wrap cl::Error)Aron Virginas-Tar
2018-10-22IVGCVSW-2019 : replace Compute enum in the backend preferences listDavid Beck
2018-10-22IVGCVSW-2061: Add ARMNN_SCOPED_PROFILING_EVENT_CL inside ClLstmFloatWorkload:...Aron Virginas-Tar
2018-10-22IVGCVSW-2024: Support NHWC for Pooling2D CpuRefJames Conroy
2018-10-22IVGCVSW-2013 Add a UInt8 Reference Implementation for the PAD OperatorMohamed Nour Abouelseoud
2018-10-22IVGCVSW-2023 CL and Neon implementation of BatchNorm with NHWCNikhil Raj
2018-10-22IVGCVSW-2019 : replace Compute enum in the Layer objectDavid Beck
2018-10-22IVGCVSW-2005: Pull in backend specific unit tests into Android.mk similarly a...Aron Virginas-Tar
2018-10-22IVGCVSW-2030 and IVGCVSW-2031 Add MaxPooling support and unit test to TfLite ...Nattapat Chaimanowong
2018-10-22IVGCVSW-2040 Add unit tests for the newly implemented NHWC support inMatteo Martincigh
2018-10-22IVGCVSW-2033 Add unit tests for the newly implemented NHWC support inMatteo Martincigh
2018-10-22IVGCVSW-1865 - Support NHWC for Convolution2D (CpuRef)Nikhil Raj
2018-10-22IVGCVSW-2037 : separate registry for layer support intrefacesDavid Beck
2018-10-22IVGCVSW-2032 + IVGCVSW-2033 Add NHWC implementation to the referenceMatteo Martincigh
2018-10-22IVGCVSW-2038 + IVGCVSW-2039 + IVGCVSW-2040 Add NHWC support to the Float32 an...Matteo Martincigh
2018-10-22IVGCVSW-2012: Remove check for DataType::QuantisedAsymm8 in NeonLayerSupportAron Virginas-Tar
2018-10-22Added missing pragma directive to TensorBufferArrayView.hppMatteo Martincigh
2018-10-22IVGCVSW-1951 Remove type templating from NeonDepthwiseConvolutionWorkloadNattapat Chaimanowong
2018-10-22IVGCVSW-1951 Remove type templating from NeonConvolution2dWorkloadNattapat Chaimanowong
2018-10-22IVGCVSW-2022 : fix for backend cmake files to respect BUILD_UNIT_TESTS variableDavid Beck
2018-10-22IVGCVSW-2018 Support NHWC in the current ref implementationMatteo Martincigh
2018-10-22IVGCVSW-1951 Update NeonWorkloadUtilsNattapat Chaimanowong
2018-10-22IVGCVSW-2018 Support NHWC in the current ref implementationMatteo Martincigh
2018-10-22Restored test that was commented out when working on LSTMMatteo Martincigh
2018-10-22IVGCVSW-2003: Get rid of IsLayerSupportedNeon functions in favor of ILayerSup...Aron Virginas-Tar
2018-10-22IVGCVSW-2002: Get rid of IsLayerSupportedCl functions in favor of ILayerSuppo...Aron Virginas-Tar
2018-10-22IVGCVSW-1885 add RefPadWorkload implementation and associated unit testsMohamed Nour Abouelseoud