aboutsummaryrefslogtreecommitdiff
path: root/src/armnnTfLiteParser/test
AgeCommit message (Expand)Author
2024-03-12IVGCVSW-8231 ScatterNd added to TFLite parserTeresa Charlin
2023-12-05IVGCVSW-8159 Fixed issues building with NDK r26Mike Kelly
2023-09-29IVGCVSW-8055 Add support for GELU activation function.Teresa Charlin
2023-09-08IVGCVSW-7525 Add broadcast_to to TFLite ParserIdriss Chaouch
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-22IVGCVSW-7785 BugFix: ExpandDims not working when batch!=1Teresa Charlin
2023-05-17IVGCVSW-7400 POW IVGCVSW-7278 SQUARED_DIFFERENCE.John Mcloughlin
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-02-24IVGCVSW-7546 SPACE_TO_DEPTH support added in tflite parserTeresa Charlin
2023-01-24IVGCVSW-7277 Fixed issues with FullyConnected on certain TFLite modelsMike Kelly
2023-01-05GitHub #543 Problem Parsing Mixed-Precision ModelMike Kelly
2022-11-22IVGCVSW-6980 Delegate support for slice operatorCathal Corbett
2022-09-22IVGCVSW-7240 Adjoint is Transpose in TFLite. Change in TFLite parserTeresa Charlin
2022-09-05IVGCVSW-6497: BatchMatMul TfLite ParserSamuel Yap
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-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-09IVGCVSW-6454 Add FLOOR_DIV Support to the TfLiteParserTeresa Charlin
2022-02-07IVGCVSW-6635 Move MemCopyTestImpl from acl to armnnTestUtils.Colm Donelan
2022-02-04IVGCVSW-6727 Updating error messages from the flatbuffers parser.Colm Donelan
2022-01-26GitHub #603 Add PADV2 support to TFLite ParserMike Kelly
2022-01-26IVGCVSW-6727 Change asserts to CHECK in ParserFlatbuffersFixture.hpp.Colm Donelan
2021-12-22IVGCVSW-6252 Armnn Error: Failed to parse operator #1 withinCathal Corbett
2021-12-14IVGCVSW-6453 'Move the ArmNN Test Utils code to a physically separate directory'Sadik Armagan
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-08IVGCVSW-6420: Constant flag in tensor info is not set correctlyCathal Corbett
2021-10-27IVGCVSW-6469 Add MirrorPad TfLiteParser and TfLiteDelegate SupportMatthew 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-10-02IVGCVSW-5985 Remove deprecated codeJan Eilers
2021-09-15GitHub #577 slice layer does not handle a size of -1Mike Kelly
2021-09-03IVGCVSW-6262 Add support for Reduce ProdTeresa Charlin
2021-09-02IVGCVSW-6294 Added support for LRN to TfLiteParserMike Kelly
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-21Fixed RunTest's TfliteParser with boolean outputBruno Goncalves
2021-07-21Added comparison operators to TfLiteParserBruno Goncalves
2021-07-15Fix some compile warnings & errorsRob Hughes
2021-07-01IVGCVSW-6075 Add ParseExpandDims to TfliteParserTeresa Charlin
2021-06-18MLCE-510 Add CpuRef Shape Operator to ArmNNKeith Davis