aboutsummaryrefslogtreecommitdiff
path: root/src/armnnTfLiteParser/test/ParserFlatbuffersFixture.hpp
AgeCommit message (Expand)Author
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-26IVGCVSW-6727 Change asserts to CHECK in ParserFlatbuffersFixture.hpp.Colm Donelan
2021-12-14IVGCVSW-6453 'Move the ArmNN Test Utils code to a physically separate directory'Sadik Armagan
2021-11-08IVGCVSW-6420: Constant flag in tensor info is not set correctlyCathal Corbett
2021-10-06IVGCVSW-6165 Add Support for Conv3d to TfLiteParserMatthew Sloyan
2021-07-21IVGCVSW-6176 Add support for shape_signature in the tflite parserFinn Williams
2021-07-21Fixed RunTest's TfliteParser with boolean outputBruno Goncalves
2021-06-11IVGCVSW-5963 'Move unit tests to new framework'Sadik Armagan
2021-06-02IVGCVSW-5962 Remove boost::multi_arraySadik Armagan
2021-05-18IVGCVSW-5964 Removing some remaining boost utility usages from tests.Colm Donelan
2021-01-22MLCE-335 'DEPTH_TO_SPACE and GATHER operator support in TfLiteParser'Sadik Armagan
2020-10-02IVGCVSW-5296 Remove boost::format armnn parsersJames Ward
2020-07-28IVGCVSW-4932 Introduce ShapeInferenceMethod to TfLite ParserSadik Armagan
2020-06-30IVGCVSW-4487 Remove boost::filesystemFrancis Murtagh
2020-04-06IVGCVSW-4485 Remove Boost assertNarumol Prangnawarat
2019-12-31Replace Schema.s with generated .cpp fileRob Hughes
2019-12-31Some build fixes for MSVCRob Hughes
2019-10-31GitHub #292 Move BackendRegistry.hpp to the public APIMatteo Martincigh
2019-10-24IVGCVSW-4007 Add StandInLayer for unsupported operations in TfLiteParserAron Virginas-Tar
2019-07-22Github #229 Remove unused includeMike Kelly
2019-05-02IVGCVSW-3039 Unify BindingPointInfo declarationsJim Flynn
2019-04-30IVGCVSW-2993: Investigate TfLite Parser test output shape validationNarumol Prangnawarat
2019-04-25IVGCVSW-2993: Investigate TfLite Parser test output shape validationNina Drozd
2019-04-10IVGCVSW-2947 Remove boost dependency from include/TypesUtils.hppAron Virginas-Tar
2019-03-14IVGCVSW-2429 Add Detection PostProcess Parser to TensorFlow Lite Parserkeidav01
2019-02-21IVGCVSW-2429 Add Detection PostProcess Parser to TensorFlow Lite Parserkeidav01
2019-01-22IVGCVSW-2467 Remove GetDataType<T> functionNattapat Chaimanowong
2019-01-16Github issue #120 - Embed TfLite schemaMatthew Bentham
2018-11-19IVGCVSW-2167: Run parser unit tests on the reference backend onlyAron Virginas-Tar
2018-11-02IVGCVSW-1946: Remove armnn/src from the include pathsAron Virginas-Tar
2018-10-25IVGCVSW-2057: Remove ARMCOMPUTE(CL/NEON)_ENABLED and ARMCOMPUTENEON_ENABLED f...Aron Virginas-Tar
2018-10-22IVGCVSW-2019 : replace Compute enum in the backend preferences listDavid Beck
2018-09-17IVGCVSW-1807 : change license text in file headersDavid Beck
2018-08-31Release 18.08telsoa01