aboutsummaryrefslogtreecommitdiff
path: root/src/armnnTfLiteParser
AgeCommit message (Expand)Author
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-22Fix compilation wrt IVGCVSW-2467Matthew Bentham
2019-01-22Added AddBroadcastReshapeLayer method to TfLiteParserBruno Goncalves
2019-01-22IVGCVSW-2467 Remove GetDataType<T> functionNattapat Chaimanowong
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-16Github issue #120 - Embed TfLite schemaMatthew Bentham
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-19IVGCVSW-2167: Run parser unit tests on the reference backend onlyAron Virginas-Tar
2018-11-14IVGCVSW-2152: Convert TfLiteParser to NHWCjimfly01
2018-11-02IVGCVSW-1946: Remove armnn/src from the include pathsAron Virginas-Tar
2018-10-26IVGCVSW-2029 Fix fully connected layer support in TfLite Parser and implement...Nattapat Chaimanowong
2018-10-25IVGCVSW-2057: Remove ARMCOMPUTE(CL/NEON)_ENABLED and ARMCOMPUTENEON_ENABLED f...Aron Virginas-Tar
2018-10-25IVGCVSW-2026 + IVGCVSW-2027 Add FullyConnected Support to TfLiteParserSadik Armagan
2018-10-22IVGCVSW-2063 Documentation for new operations in TfLite ParserSadik Armagan
2018-10-22IVGCVSW-2019 : replace Compute enum in the backend preferences listDavid Beck
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
2018-08-31Release 18.08telsoa01