aboutsummaryrefslogtreecommitdiff
path: root/src/backends/reference/RefLayerSupport.cpp
AgeCommit message (Expand)Author
2020-02-19IVGCVSW-4472 Yolo v3 ExecuteNetwork failingKeith Davis
2020-02-17IVGCVSW-4436 Add ExecuteNetwork test for mobilenet_v2_int8Keith Davis
2020-02-07IVGCVSW-4386 Add ArmNN reference support for QAsymmS8Ryan OShea
2020-02-04IVGCVSW-4390 Refactor QUANTIZE to make use of Decoder/Encoder typesKeith Davis
2020-01-31IVGCVSW-4390 Refactor QUANTIZE to make use of Decoder/Encoder typesKeith Davis
2020-01-28IVGCVSW-4306 Verify the tflite Yolo v3Keith Davis
2020-01-24IVGCVSW-4262 Use ACL Permute and Reshape Validate function in Neon and CLKevin May
2020-01-24IVGCVSW-4370 Deprecate DataType::QuantizedSymm8PerAxisDerek Lamberti
2020-01-23IVGCVSW-4259 Add frontend and reference workload for UnaryOperationLayerjosh minor
2020-01-17Add Signed32 to debug layerNarumol Prangnawarat
2020-01-13Rename quantized data types to remove ambiguity for signed/unsigned payloadsDerek Lamberti
2020-01-02IVGCVSW-4246 Clean build of backends with -WextraDerek Lamberti
2019-12-09IVGCVSW-4211 Add Signed 8 bit Quantisation support into the Reference backendFinn Williams
2019-12-09IVGCVSW-4227 Add CpuAcc backend support for DetectionPostProcessDerek Lamberti
2019-12-09IVGCVSW-4210 Create a public API for the common backend filesMatteo Martincigh
2019-11-29IVGCVSW-4209 Create a public API for the ArmNN UtilsMatteo Martincigh
2019-11-15Add FP16 support to DebugWorkloadAron Virginas-Tar
2019-11-13IVGCVSW-4128 Add Signed32 to supported input types for Ref ArgMinMaxFrancis Murtagh
2019-11-12IVGCVSW-4079 Add support of per-axis quantization to DepthwiseConvolution2dTeresa Charlin
2019-11-12IVGCVSW-3839 Add support of per-axis quantization to reference TransposeConvo...Aron Virginas-Tar
2019-11-06IVGCVSW-3837 Add support for per-axis quantization to reference Convolution2d...Aron Virginas-Tar
2019-11-04Add fp16 support for dequantizeJan Eilers
2019-10-31GitHub #292 Move BackendRegistry.hpp to the public APIMatteo Martincigh
2019-10-21IVGCVSW-3993 Add frontend and reference workload for ComparisonLayerAron Virginas-Tar
2019-10-15IVGCVSW-3975 Add reference workload for LOG_SOFTMAXAron Virginas-Tar
2019-10-09IVGCVSW-3888 Add INSTANCE_NORMALIZATION Reference implementationKevin May
2019-09-24IVGCVSW-3885 Add reference workload for DepthToSpaceAron Virginas-Tar
2019-09-19IVGCVSW-3723 Adding reference workload support for ArgMinMaxNikhil Raj
2019-09-18IVGCVSW-3878 Add reference workload for SLICEAron Virginas-Tar
2019-09-16IVGCVSW-3868 Add support of Int32 to Reshape layerNarumol Prangnawarat
2019-09-12IVGCVSW-3857 Add Reference FP16 workload support to remaining layersMatthew Jackson
2019-09-11IVGCVSW-3845 Add Reference FP16 support for required layersMatthew Jackson
2019-09-10IVGCVSW-3824 Implement Float 16 Encoder and DecoderMatthew Jackson
2019-09-06IVGCVSW-3740 Add Reference Workload support for ABSSadik Armagan
2019-08-14IVGCVSW-3633 Fixed possible driver crashMike Kelly
2019-08-14IVGCVSW-3474 Refactor Lstm and QuantizedLstm Param GettersFrancis Murtagh
2019-08-13IVGCVSW-3635 Remove temporary check from RefLayerSupport::IsTransposeConvolut...Aron Virginas-Tar
2019-08-13IVGCVSW-3620 Fix VTS CpuRef failuresSadik Armagan
2019-08-05IVGCVSW-3277 Mem export/import suppor for TensorsDerek Lamberti
2019-08-05IVGCVSW-3611 Report TransposeConvolution2d as unsupported on CpuRef when chan...Aron Virginas-Tar
2019-08-01IVGCVSW-3571 Fix VTS Test SkipsMike Kelly
2019-07-30IVGCVSW-3592 Add Support for Quantize to HAL 1.2 DriverSadik Armagan
2019-07-17IVGCVSW-3419 Add reference workload support for the new Stack layerMatthew Jackson
2019-07-09IVGCVSW-3397 Join lstm parameter infos in a struct for isLstmSupportedJan Eilers
2019-07-09IVGCVSW-3399 Add support of QuantisedSymm16 to PadNarumol Prangnawarat
2019-07-08IVGCVSW-3399 Add support of QuantisedSymm16 to Permute and unit testsNarumol Prangnawarat
2019-07-08IVGCVSW-3399 Add support of QuantisedSymm16 to Debug and unit tests,Narumol Prangnawarat
2019-07-05IVGCVSW-3353 Add CL support and tests for SpaceToDepthJames Conroy
2019-07-03IVGCVSW-3399 Add QSymm16 IsLayerSupportedTest to reference backendNarumol Prangnawarat
2019-07-02IVGCVSW-3236 Extend Ref LSTM with layer normalization supportJan Eilers