aboutsummaryrefslogtreecommitdiff
path: root/src/backends/reference/workloads
AgeCommit message (Expand)Author
2022-12-05IVGCVSW-4926 Add support in CpuRef implementation for Gather for axis differe...Nikhil Raj
2022-11-16IVGCVSW-7214 Disable BF16-Turbo-Mode and remove conversion layersRyan OShea
2022-10-19MLCE-545 INT8 TFLite model execution abnormalKeith Davis
2022-10-19MLCE-545 INT8 TFLite model execution abnormalKeith Davis
2022-09-07IVGCVSW-7159 Implement simple TOSA Reference Backend skeletonFrancis Murtagh
2022-08-30IVGCVSW-7105: BatchMatMul Optional Parameter SupportSamuel Yap
2022-08-05IVGCVSW-7145: BatchMatMul Fix for Raspi Cross Compile FailingSamuel Yap
2022-07-27IVGCVSW-7109: Add Batch MatMul front end support - ReferenceSamuel Yap
2022-07-27IVGCVSW-6620 Update the async api to use ExecutionDataMatthew Sloyan
2022-05-24Tidy up some code in the reference backendMatthew Bentham
2022-05-18Remove use of PostAllocationConfigure from ExecuteAsync callsFinn Williams
2022-05-16Github issue #643 remove use of deprecated standard templatesMatthew Bentham
2022-05-16IVGCVSW-6124 ConstTensorsAsInput: Conv2d - FrontEndKeith Davis
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-05IVGCVSW-6127 ConstTensorsAsInput: DepthwiseConvolution2dCathal Corbett
2022-05-05IVGCVSW-6806 Add Unidirectional Sequence Lstm support to NeonMike Kelly
2022-05-03IVGCVSW-6856 Add GATHERNd FrontEnd and Ref ImplementationTeresa Charlin
2022-04-11GitHub #634 Remove unused variable from Stack.cppTeresa Charlin
2022-04-11IVGCVSW-6707 Enables a bare metal compileJim Flynn
2022-03-23IVGCVSW-6706 Move headers to profiling/client/includeJim Flynn
2022-02-16Refactor Forced ImportFinn Williams
2022-01-18IVGCVSW-6682 Add ReplaceTensorHandle functions to IWorkload and BaseWorkloadTeresa Charlin
2021-12-15IVGCVSW-6626 Promote backend headers in backendCommon to armnn/backendsColm Donelan
2021-12-14IVGCVSW-6453 'Move the ArmNN Test Utils code to a physically separate directory'Sadik Armagan
2021-11-17IVGCVSW-6509 Front End + Reference Workload implementationTamás Nyíri
2021-10-27IVGCVSW-6469 Add MirrorPad FrontEnd and Ref SupportMatthew Sloyan
2021-10-20Add ConstTensorsAsInput support for Conv3dMatthew Sloyan
2021-10-02IVGCVSW-5985 Remove deprecated codeJan Eilers
2021-10-01IVGCVSW-6163 Add Conv3d FrontEnd and Ref ImplementationMatthew Sloyan
2021-09-24IVGCVSW-3705 Add Channel Shuffle Front end and Ref ImplementationSimon Obute
2021-09-03IVGCVSW-6262 Add support for Reduce ProdTeresa Charlin
2021-08-10MLCE-530 Add support for UnidirectionalSequenceLstm to RefWorkloadexperimental/daves_custom_allocator_dmabufNarumol Prangnawarat
2021-08-10IVGCVSW-6292 Allow profiling details to be switched off during profilingKeith Davis
2021-08-06IVGCVSW-6119 ConstTensorsAsInput: FullyConnectedMatthew Sloyan
2021-08-05IVGCVSW-5980 Add Descriptor, TensorInfo and Convolution algorithm to JSONKeith Davis
2021-08-04IVGCVSW-5980 JSON profiling outputKeith Davis
2021-07-16Fix binding of reference to null pointer in RefFullyConnectedWorkloadMatthew Bentham
2021-07-15Fix some compile warnings & errorsRob Hughes
2021-06-16MLCE-510 Add CpuRef Shape Operator to ArmNNKeith Davis
2021-06-16IVGCVSW-6088 Add Sin and Log to ElementWiseUnaryTeresa Charlin
2021-06-16IVGCVSW-5826 Change weights layout for depthwise to [1,H,W,I*M]Jan Eilers
2021-06-01IVGCVSW-5833 Move the ProfilingGuid out of Types.hpp to its own header in pro...Nikhil Raj
2021-05-06IVGCVSW-5815 Generalise ConstCpuTensorHandleJames Conroy
2021-05-05IVGCVSW-5418 ExecuteNetwork test for MobileBERTmathad01
2021-04-29IVGCVSW-5775 'Add Async Support to ExecuteNetwork'Sadik Armagan
2021-04-28IVGCVSW-5843 Separate memory managers for WorkingMemHandlesFinn Williams
2021-04-28IVGCVSW-5416 'Add android-nn-driver support for CASTSadik Armagan
2021-04-14IVGCVSW-5787 Add/Update Execute() implementations in RefActivationWorkloadFinn Williams
2021-04-12IVGCVSW-5410 Add front-end support for CASTmathad01