aboutsummaryrefslogtreecommitdiff
path: root/src/armnnTfLiteParser/TfLiteParser.cpp
AgeCommit message (Expand)Author
2020-03-19Creating gh-pages documentation for ArmNNJim Flynn
2020-02-20IVGCVSW-4472 Yolo v3 ExecuteNetwork failingKeith Davis
2020-02-17IVGCVSW-4436 Add ExecuteNetwork test for mobilenet_v2_int8Keith Davis
2020-02-10IVGCVSW-4409 Fix TfLiteParser to handle all datatypes correctlyRyan OShea
2020-02-07MLCE-139: add capability to align corners for bilinear resizeSang-Hoon Park
2020-01-28IVGCVSW-4335 Add support for per-channel QSymm8 to TfLite parserKeith Davis
2020-01-20Remove use of ArmNN.hpp where it is unnecessary.Matthew Bentham
2020-01-15IVGCVSW-4193 Add QUANTIZE to the TfLite parserSadik Armagan
2020-01-13Rename quantized data types to remove ambiguity for signed/unsigned payloadsDerek Lamberti
2020-01-03IVGCVSW-4246 Clean build of parsers with -WextraDerek Lamberti
2019-12-10IVGCVSW-4191 Add DEQUANTIZE to the TfLite ParserFinn Williams
2019-12-05Replace boost logging with simple loggerDerek Lamberti
2019-12-05IVGCVSW-4179 Add RESIZE_NEAREST_NEIGHBOUR to the TfLite parserSadik Armagan
2019-11-29IVGCVSW-4209 Create a public API for the ArmNN UtilsMatteo Martincigh
2019-11-19IVGCVSW-1530 Add TfLite slice parser and fix transpose perm vector creationjosh minor
2019-10-24IVGCVSW-4007 Add StandInLayer for unsupported operations in TfLiteParserAron Virginas-Tar
2019-10-22IVGCVSW-3669 Fix TfLiteParser to set Splitter layer outputs' quantization paramsFrancis Murtagh
2019-10-22Fix Unpack in TfLiteParser missing quantization parametersNarumol Prangnawarat
2019-09-27IVGCVSW-3909 Fix Transpose perm vector not parsed by Tflite parserKevin May
2019-09-10IVGCVSW-3712 Add Transpose into TfLite ParserKeith Davis
2019-08-21IVGCVSW-3650 Fix Transpose Convolution inputs in TfLite parserMatthew Jackson
2019-08-20IVGCVSW-3650 Add TfLite Parser support for Transpose Convolution layerMatthew Jackson
2019-07-22IVGCVSW-3368 Add reference support for depthwise multiplier > 3Matthew Jackson
2019-07-22IVGCVSW-3383 - Add TfLite Parser support for L2 Normalization layerMatthew Jackson
2019-07-17IVGCVSW-3423 Add TfLite parser support for Stack (Pack) layerMatthew Jackson
2019-07-02IVGCVSW-3382 Deprecate ResizeBilinear and use Resize with Bilinear methodAron Virginas-Tar
2019-05-30MLCE-119: Allow deph multipliers 2 and 3Pablo Tello
2019-05-14Use the new deprecation APIMatteo Martincigh
2019-05-14IVGCVSW-3076 Add ConcatLayer methods to public APIJim Flynn
2019-05-13MLCE-101: Adding dilation support in conv and dconvPablo Tello
2019-04-30IVGCVSW-2405 Rename SubGraph to SubgraphViewDerek Lamberti
2019-04-29IVGCVSW-2996 Add Reshape layer to ParseFullyConnected in TfLite parserNarumol Prangnawarat
2019-04-25IVGCVSW-2994 Add Reshape layer to ParseUnpack in TfLite parserNarumol Prangnawarat
2019-04-18IVGCVSW-2987 Modify ParseSplit in TfLite parserNarumol Prangnawarat
2019-04-17IVGCVSW-2849 Add TfLite Parser support for Rank-0 operands and unit testsNarumol Prangnawarat
2019-04-15IVGCVSW-2848 - Add TfLite Parser support for Unpack layerNina Drozd
2019-04-10IVGCVSW-2947 Remove boost dependency from include/TypesUtils.hppAron Virginas-Tar
2019-04-09IVGCVSW-2845: Add TfLite Parser support for TanH activation layerNina Drozd
2019-04-08IVGCVSW-2844: Add TfLite Parser support for Split layerNina Drozd
2019-03-29MLCE-101 Deeplab v3+ (Add Tf Lite Parser Dilation Check)Kevin May
2019-02-26IVGCVSW-2560 Verify Inference test for TensorFlow Lite MobileNet SSDNarumol Prangnawarat
2019-02-26IVGCVSW-2429 Add Detection PostProcess Parser to TensorFlow Lite Parserkeidav01
2019-02-25Add strided-slice parser to tf-liteBruno Goncalves
2019-02-25Add minimum parser to tf-liteBruno Goncalves
2019-02-25Add maximum parser to tf-liteBruno Goncalves
2019-02-22Add space-to-batch-nd parser to tf-liteBruno Goncalves
2019-02-22Add batch-to-space-nd parser to tf-liteBruno Goncalves
2019-02-22Add resize-bilinear parser to tf-liteBruno Goncalves
2019-02-22Add sub parser to tf-liteBruno Goncalves
2019-02-21IVGCVSW-2429 Add Detection PostProcess Parser to TensorFlow Lite Parserkeidav01