aboutsummaryrefslogtreecommitdiff
path: root/src/armnnTfLiteParser/TfLiteParser.cpp
AgeCommit message (Expand)Author
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
2019-01-29Added ConstantLayer support to TfLiteParserBruno Goncalves
2019-01-25IVGCVSW-2563 Fix bug in TfLiteParser::ParseConcatenationNattapat Chaimanowong
2019-01-24IVGCVSW-2430 Add logistic parser to tf-liteFinn Williams
2019-01-23IVGCVSW-2534 Fix bug TfLiteParser::ParseReshape()Aron Virginas-Tar
2019-01-22Added AddBroadcastReshapeLayer method to TfLiteParserBruno Goncalves
2019-01-21Added ParsePad method to TfLiteParserBruno Goncalves
2019-01-18Added ParseMean method to TfLiteParserBruno Goncalves
2019-01-18Added ParseMul method to TfLiteParserBruno Goncalves
2019-01-17Added ParseAdd method to TfLiteParserBruno Goncalves
2019-01-07IVGCVSW-2421 Remove the template-based version of armnnUtils::PermuteMatteo Martincigh
2019-01-04MLCE-77 Depthwise Convolution with depth multiplier > 1 doesn't workMatteo Martincigh
2018-12-17IVGCVSW-2395 TfLiteParse::ParseReshape doesn't support reshape inputkevmay01
2018-11-14IVGCVSW-2152: Convert TfLiteParser to NHWCjimfly01
2018-10-26IVGCVSW-2029 Fix fully connected layer support in TfLite Parser and implement...Nattapat Chaimanowong
2018-10-25IVGCVSW-2026 + IVGCVSW-2027 Add FullyConnected Support to TfLiteParserSadik Armagan
2018-10-22IVGCVSW-2030 and IVGCVSW-2031 Add MaxPooling support and unit test to TfLite ...Nattapat Chaimanowong
2018-10-10IVGCVSW-1787 Add Support for Concatenation on TfLite parserSadik Armagan
2018-10-10IVGCVSW-1650 Add Support for Reshape layer on TF Lite parserSadik
2018-10-10IVGCVSW-1651 Add Support for Relu on TF Lite parserSadik Armagan
2018-09-17IVGCVSW-1807 : change license text in file headersDavid Beck