aboutsummaryrefslogtreecommitdiff
path: root/src/armnnTfLiteParser/TfLiteParser.cpp
AgeCommit message (Expand)Author
7 daysMLCE-1276 Fix for ExecuteNetwork abort after inferenceKevin May
2024-03-12IVGCVSW-8231 ScatterNd added to TFLite parserTeresa Charlin
2023-11-09IVGCVSW-7861 Updating tflite parser to ignore VALIDATION: subgraphs.Colm Donelan
2023-11-08IVGCVSW-8140 Prelu restriction in quantization not neededTeresa Charlin
2023-10-20IVGCVSW-8103 SquareDiff restriction in quantization not neededTeresa Charlin
2023-10-12Revert "Revert "MLCE-1093 Reshape and concat invalid results""Mike Kelly
2023-10-03IVGCVSW-7749 DTS: Fix reshape floating point exceptionTianle Cheng
2023-09-29IVGCVSW-8055 Add support for GELU activation function.Teresa Charlin
2023-09-08IVGCVSW-7525 Add broadcast_to to TFLite ParserIdriss Chaouch
2023-08-21IVGCVSW-7964 Fix UnidirectionalSequenceLstmNarumol Prangnawarat
2023-08-11Revert "MLCE-1093 Reshape and concat invalid results"Nikhil Raj Arm
2023-08-10MLCE-1093 Reshape and concat invalid resultsMike Kelly
2023-08-04IVGCVSW-7635 Remove deprecated code due to be removed in 23.08 (ILayerSupport)Francis Murtagh
2023-08-04IVGCVSW-7676 Audit the use of ARMNN_ASSERTRyan OShea
2023-07-28IVGCVSW-7860 - Fix segfault with some models in the TfLiteParserDavid Monahan
2023-07-26IVGCVSW-7885 Add TILE to TFLite parserTeresa Charlin
2023-07-17IVGCVSW-7879 Change REVERSE_V2 from LayerWithParameters with 1 input, to Laye...Tracy Narine
2023-07-12Add Square as Mul in the TfLite ParserTeresa Charlin
2023-07-05IVGCVSW-7833 Add ReverseV2 support to TFLite ParserTianle Cheng
2023-06-30IVGCVSW-7666 Add a FileComparisonExecutor to ExecuteNetwork.Colm Donelan
2023-06-29Bugfix: -Werror=unused-result - unnecessary line, previously called aboveFrancis Murtagh
2023-06-22IVGCVSW-7785 BugFix: ExpandDims not working when batch!=1Teresa Charlin
2023-05-23BugFix: check for options!=null before adding fused activation in TfLite parserTeresa Charlin
2023-05-17IVGCVSW-7400 POW IVGCVSW-7278 SQUARED_DIFFERENCE.John Mcloughlin
2023-04-26BugFix: calculate explicit padding for Transpose Convolution using output sizeTeresa Charlin
2023-04-19GitHub #640 Add support for CEIL operatorTeresa Charlin
2023-04-18GitHub #719 Set quantization parameter scale to 1.0, instead of 0.0.Teresa Charlin
2023-03-29BugFix: Mean layer reading negative axis incorrectly in TFLite parserTeresa Charlin
2023-03-14IVGCVSW-3808 Add ElementwiseBinaryLayerMike Kelly
2023-02-24IVGCVSW-7546 SPACE_TO_DEPTH support added in tflite parserTeresa Charlin
2023-02-22Fix segfault in ParseTransposeConv2d when output_shape is not constantRyan OShea
2023-02-20IVGCVSW-7427 Execute network unable to correctly determineMike Kelly
2023-01-24IVGCVSW-7277 Fixed issues with FullyConnected on certain TFLite modelsMike Kelly
2023-01-12IVGCVSW-7244 ConcatLayer overlapping views on TFLiteParserMike Kelly
2023-01-10Catch exception by reference instead of by value.Cathal Corbett
2023-01-05GitHub #543 Problem Parsing Mixed-Precision ModelMike Kelly
2022-09-26IVGCVSW-7158 TfLiteParser supports reshape when output 'shape_signature' para...Cathal Corbett
2022-09-22IVGCVSW-7240 Adjoint is Transpose in TFLite. Change in TFLite parserTeresa Charlin
2022-09-20IVGCVSW-7040 TfLiteParser fails to prepare model due to unspecified size buff...Cathal Corbett
2022-09-05IVGCVSW-6497: BatchMatMul TfLite ParserSamuel Yap
2022-08-05IVGCVSW-7103 ExecuteNetwork failed while doing Yolov4 executionNikhil Raj
2022-08-05Fix '#if defined(ARMNN_POST_TFLITE_2_3)' in TfLiteParser Conv3D test.Cathal Corbett
2022-07-27IVGCVSW-7094 Add LOG and SIN support to tflite parserTeresa Charlin
2022-07-08IVGCVSW-7040 Add support for LOG_SOFTMAX to the TFLiteParserTeresa Charlin
2022-06-15GitHub 653: Segfault when parsing Unidirectional Sequence LSTMMike Kelly
2022-05-18IVGCVSW-6929 Support for models with implicit expandedMike Kelly
2022-05-16IVGCVSW-6124 ConstTensorsAsInput: Conv2d - FrontEndKeith Davis
2022-05-05IVGCVSW-6127 ConstTensorsAsInput: DepthwiseConvolution2dCathal Corbett
2022-05-05IVGCVSW-6938 Do not add Floor when FloorDiv is int32 in TfliteparserTeresa Charlin
2022-05-04IVGCVSW-6936 Add SQRT support to tflite parserTeresa Charlin