aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-05-13IVGCVSW-6175 Add Pooling3d to NeonRyan OShea
2022-05-13IVGCVSW-6260 ConstTensorsAsInput: Fully Connected Cl and Neon support.Cathal Corbett
2022-05-12IVGCVSW-6940 ConstTensorsAsInput: DepthwiseConvolution2d - Complete ACLCathal Corbett
2022-05-12Remove unused function PostAllocationConfigure() from IVGCVSW-6949.Cathal Corbett
2022-05-11IVGCVSW-6949 Remove use of member variables in RefDepthwiseConv2d workloadTeresa Charlin
2022-05-10IVGCVSW-6936 Sqrt for CpuRef, CpuAcc and GpuAccTeresa Charlin
2022-05-10IVGCVSW-6861 Add GATHERNd CL workloadTeresa Charlin
2022-05-09IVGCVSW-6862 Use same datatype for all containers of indices in NeonGatherNdTeresa Charlin
2022-05-06Wrong variable 'm_ProjectionWeights' is used to check if the pointer is valid...Cathal Corbett
2022-05-06IVGCVSW-6936 Add SQRT support to CLTeresa Charlin
2022-05-06IVGCVSW-6862 Modify GATHERNd Neon workloadTeresa Charlin
2022-05-06IVGCVSW-6936 Add SQRT support to NeonTeresa Charlin
2022-05-05IVGCVSW-6127 ConstTensorsAsInput: DepthwiseConvolution2dCathal Corbett
2022-05-05Revert "IVGCVSW-6937 Add INT32 support to FLOOR"Teresa Charlin
2022-05-05IVGCVSW-6938 Do not add Floor when FloorDiv is int32 in TfliteparserTeresa Charlin
2022-05-05IVGCVSW-6862 Add GATHERNd Neon workloadTeresa Charlin
2022-05-05IVGCVSW-6806 Add Unidirectional Sequence Lstm support to NeonMike Kelly
2022-05-04IVGCVSW-6937 Add INT32 support to FLOORTeresa Charlin
2022-05-04IVGCVSW-6936 Add SQRT support to tflite parserTeresa Charlin
2022-05-04IVGCVSW-6857 Add GATHERNd Support to the TfLiteParserTeresa Charlin
2022-05-04IVGCVSW-6856 Add GATHERNd Serializer and DeserializerTeresa Charlin
2022-05-03IVGCVSW-6856 Add GATHERNd FrontEnd and Ref ImplementationTeresa Charlin
2022-04-29IVGCVSW-6930 Fix compile error by changing header file orderingJim Flynn
2022-04-22MLCE-604 Add Unidirectional Sequence Lstm support to TFLiteMike Kelly
2022-04-21MLCE-118 Github: loading file in ArmnnDeserializer is quite slowSimon Obute
2022-04-14IVGCVSW-6710 Add compile of BareMetalDeserializedGraph sampleJim Flynn
2022-04-13IVGCVSW-6174 Add Cl Pooling3d WorkloadRyan OShea
2022-04-11GitHub #634 Remove unused variable from Stack.cppTeresa Charlin
2022-04-11IVGCVSW-6707 Enables a bare metal compileJim Flynn
2022-04-01IVGCVSW-6732 Tests surrounded in '#if defined(ARMNNREF_ENABLED)' in android-n...Cathal Corbett
2022-03-29Bug fix in ParseConv3D dilationZTeresa Charlin
2022-03-23IVGCVSW-6706 Create the libpipeClient libraryJim Flynn
2022-03-23IVGCVSW-6706 Move headers to profiling/client/includeJim Flynn
2022-03-23IVGCVSW-6860 Fix for Arm NN compile failure with ndk23Nikhil Raj
2022-03-23IVGCVSW-6839 Unidirectional sequence LSTM test failing in Android SCathal Corbett
2022-03-22Use mmap to load the clcache filePablo Marquez Tello
2022-03-16IVGCVSW-6851 Move DirectoryCaptureCommandHandler to the profiling server libraryJim Flynn
2022-03-16IVGCVSW-6852 Break the remaining dependencies on Arm NN in the profiling codeJim Flynn
2022-03-15Support incremental CL tuningStuart Taylor
2022-03-14IVGCVSW-6847 replace armnn:Optional with arm::pipe::Optional in profiling codeJim Flynn
2022-03-13IVGCVSW-6848 Move Process.[ch]pp from armnnUtils to profiling/commonJim Flynn
2022-03-13IVGCVSW-6850 Remove remaining BackendId refs in profiling codeJim Flynn
2022-03-13IVGCVSW-6849 Change ARMNN_NO_CONVERSION_WARN_BEGIN/END to ARM_PIPE_NO_CONVERS...Jim Flynn
2022-03-12IVGCVSW-6843 replace armnn::Logging with arm::pipe::Logging in profiling codeJim Flynn
2022-03-12IVGCVSW-6842 Replace ARMNN_ASSERT with ARM_PIPE_ASSERT in profiling codeJim Flynn
2022-03-11IVGCVSW-6844 replace armnn:IgnoreUnused with arm::pipe::IgnoreUnused in profi...Jim Flynn
2022-03-11Bug fix: unused parameter 'profilingService' from patch IVGCVSW-6817.Cathal Corbett
2022-03-10IVGCVSW-6841 Replace armnn::numeric_cast with arm::pipe::numeric_cast in prof...Jim Flynn
2022-03-09IVGCVSW-6821 Remove dependency on armnn::Exception classes from the Profiling...Jim Flynn
2022-03-09IVGCVSW-6454 Add FLOOR_DIV Support to the TfLiteParserTeresa Charlin