aboutsummaryrefslogtreecommitdiff
path: root/src/armnnTfLiteParser/TfLiteParser.cpp
AgeCommit message (Expand)Author
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
2021-04-09IVGCVSW-5804 TfLiteParser fails to correctly parse ArgMinMaxMatthew Sloyan
2021-04-09MLCE-328 Serializer/Deserializer does not support Signed64Mike Kelly
2021-03-25IVGCVSW-5741 Update FullyConnected in TfLiteParser to support NonConstWeightsFinn Williams
2021-02-11MLCE-360 'ReduceLayer InferOutputShape Issue'Sadik Armagan
2021-02-09MLCE-347 'REDUCE_MIN, REDUCE_MAX, REDUCE_SUM Support'Sadik Armagan
2021-02-08IVGCVSW-4901 Add semantic versioning to Parsers and TfLite DelegateMatthew Sloyan
2021-02-04IVGCVSW-5592 Implement Pimpl Idiom for Tf and TfLite ParsersKevin May
2021-02-03backends/reference: Add ReduceSum operation supportSadik Armagan
2021-01-22MLCE-335 'DEPTH_TO_SPACE and GATHER operator support in TfLiteParser'Sadik Armagan
2021-01-20MLCE-336 'TfLite parser and ExecuteNetwork issues'Sadik Armagan
2021-01-15IVGCVSW-5424 TFLite parser not parsing new TransposeConvDavid Monahan
2020-12-17IVGCVSW-5614 Enable Hard Swish and Elu activationsMatthew Sloyan
2020-12-16IVGCVSW-5595 Fix incorrect padding value for asymmetric quantized typeNarumol Prangnawarat
2020-10-02IVGCVSW-5296 Remove boost::format armnn parsersJames Ward
2020-09-24Add int32 and int64 ArgMax op supportInki Dae
2020-09-15IVGCVSW-5305 AddBroadcastReshapeLayer as optimizerNarumol Prangnawarat
2020-09-14IVGCVSW-5302 Remove some boost::numeric_cast from parsersMatthew Sloyan
2020-09-08IVGCVSW-5244 Load-scope dynamic tensor TfLite testsNarumol Prangnawarat
2020-07-28IVGCVSW-4932 Introduce ShapeInferenceMethod to TfLite ParserSadik Armagan
2020-07-28Github#433 Add HardSwish support to TfLiteParserJan Eilers
2020-07-14IVGCVSW-4847, Github #393 Fix TfLite reshape operatorJan Eilers
2020-07-10Github #388 Remove TfLite Concat quant validationJames Conroy
2020-07-08GitHub #388 Add matching quant checks in TfLite parserJames Conroy
2020-07-06GitHub #418 AddBroadcastReshapeLayer can cause inputs to be connected incorre...Mike Kelly
2020-07-06IVGCVSW-4988 Add handling output shape parameter to TransposeConvolution2dColm Donelan
2020-06-30IVGCVSW-4487 Remove boost::filesystemFrancis Murtagh
2020-06-29IVGCVSW-5021 Fix failure in SplitVJan Eilers
2020-06-09IVGCVSW-4968 Fix exception handling in TfLiteParser.Colm Donelan
2020-06-02IVGCVSW-4190 Add SplitV to Tflite ParserRyan OShea
2020-05-30IVGCVSW-4888 Update Resize Front end for new parametersDavid Monahan
2020-05-27Add NEG support to TFLite parserDarshan Patel
2020-05-27IVGCVSW-4187 Add LEAKY_RELU to TFLite parserSadik Armagan
2020-05-25Add DIV support to TFLite parserDarshan Patel
2020-04-29IVGCVSW-4186 Parse TfLite Exp and Split_V operatorsDerek Lamberti