aboutsummaryrefslogtreecommitdiff
path: root/src/armnnTfLiteParser/TfLiteParser.cpp
AgeCommit message (Expand)Author
2023-01-12Merge 'main' onto 'experimental/GpuFsa'.Cathal Corbett
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
2022-05-04IVGCVSW-6857 Add GATHERNd Support to the TfLiteParserTeresa Charlin
2022-04-22MLCE-604 Add Unidirectional Sequence Lstm support to TFLiteMike Kelly
2022-03-29Bug fix in ParseConv3D dilationZTeresa Charlin
2022-03-09IVGCVSW-6454 Add FLOOR_DIV Support to the TfLiteParserTeresa Charlin
2022-01-26GitHub #603 Add PADV2 support to TFLite ParserMike Kelly
2021-12-22IVGCVSW-6252 Armnn Error: Failed to parse operator #1 withinCathal Corbett
2021-12-01Revert "IVGCVSW-6252 Armnn Error: Failed to parse operator #1 within subgraph...Teresa Charlin
2021-11-26IVGCVSW-6252 Armnn Error: Failed to parse operator #1 within subgraph #0 erro...Tamas Nyiri
2021-11-09IVGCVSW-6420 Setting a const tensor flag was missing inthe TfLite parser.Colm Donelan
2021-10-27IVGCVSW-6469 Add MirrorPad TfLiteParser and TfLiteDelegate SupportMatthew Sloyan
2021-10-20Add ConstTensorsAsInput support for Conv3dMatthew Sloyan
2021-10-07IVGCVSW-6461 Building Arm NN failed after adding Conv3d to TFLiteparserMatthew Sloyan
2021-10-06IVGCVSW-6165 Add Support for Conv3d to TfLiteParserMatthew Sloyan
2021-09-23IVGCVSW-6181 patch to allow building against tflite > v2.3Jim Flynn
2021-09-21Revert "IVGCVSW-6181 patch to allow building against tflite > v2.3"Jim Flynn
2021-09-15GitHub #577 slice layer does not handle a size of -1Mike Kelly
2021-09-15IVGCVSW-6181 patch to allow building against tflite > v2.3Jim Flynn
2021-09-03IVGCVSW-6262 Add support for Reduce ProdTeresa Charlin
2021-09-02IVGCVSW-6294 Added support for LRN to TfLiteParserMike Kelly
2021-08-06Replace use of non-standard variable length arraysRob Hughes
2021-08-06IVGCVSW-6119 ConstTensorsAsInput: FullyConnectedMatthew Sloyan
2021-08-05Fix for gcc 9.3.0 compiler warningJim Flynn
2021-07-21IVGCVSW-6176 Add support for shape_signature in the tflite parserFinn Williams
2021-07-21NNXSW-3081 Move Filesystem.hpp and Threads.hpp to public includeRob Hughes
2021-07-21Added comparison operators to TfLiteParserBruno Goncalves
2021-07-01IVGCVSW-6075 Add ParseExpandDims to TfliteParserTeresa Charlin
2021-06-18MLCE-510 Add CpuRef Shape Operator to ArmNNKeith Davis
2021-06-16IVGCVSW-5826 Change weights layout for depthwise to [1,H,W,I*M]Jan Eilers
2021-05-27IVGCVSW-6079 Fix circular dependencyNarumol Prangnawarat
2021-05-25IVGCVSW-3649 Add TfLite parser support for Prelu layerNarumol Prangnawarat
2021-05-04IVGCVSW-5882 Turn off Bias when data location equals -1mathad01
2021-04-22IVGCVSW-5418 ExecuteNetwork test for MobileBERTmathad01
2021-04-21IVGCVSW-5842 Remove cross-wiring in depthwiseJan Eilers
2021-04-15IVGCVSW-5829 Segfault in tflite-parser, int8 modelsMatthew Sloyan
2021-04-12IVGCVSW-5410 Add front-end support for CASTmathad01