aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-04IVGCVSW-2557 Ref Workload Implementation for Detection PostProcessNarumol Prangnawarat
2019-02-01Added TfLiteParser test for InceptionV3QuantizedBruno Goncalves
2019-02-01Added TfLiteParser test for MobilenetV2QuantizedBruno Goncalves
2019-02-01IVGCVSW-2552 Add unit tests for the input and output layers for VisitorFrancisMurtagh
2019-02-01IVGCVSW-2280 Add unit tests for RESIZE_BILINEAR NEON operatorConor Kennedy
2019-02-01IVGCVSW-2603 The macros ARMCOMPUTECL_ENABLED and ARMCOMPUTENEON_ENABLEDMatteo Martincigh
2019-02-01IVGCVSW-2604 Fix bug that made it impossible to execute inference tests on ce...Aron Virginas-Tar
2019-01-31IVGCVSW-2471 Code cleanup where necessaryMatteo Martincigh
2019-01-31MLCE-90 Fixing issues with NEON pad testsÉanna Ó Catháin
2019-01-31IVGCVSW-2601 Fix for ExecuteNetwork output data printing bugAron Virginas-Tar
2019-01-31IVGCVSW-2564 Fix output buffer initialization bug in ExecuteNetworkAron Virginas-Tar
2019-01-30IVGCVSW-2522 Add DCO requirement to Contributor GuideMatthew Bentham
2019-01-30IVGCVSW-2579 Create Flatbuffers schema for simple Armnn networkNattapat Chaimanowong
2019-01-30IVGCVSW-2458 Refactor the Optimize function (Network.cpp) so thatMatteo Martincigh
2019-01-30IVGCVSW-2437 Inference test for TensorFlow Lite MobileNet SSDAron Virginas-Tar
2019-01-30IVGCVSW-2564 Add support for multiple input and output bindings in InferenceM...Aron Virginas-Tar
2019-01-29IVGCVSW-2549 Add name only layer unit tests for VisitorFrancisMurtagh
2019-01-29Added ConstantLayer support to TfLiteParserBruno Goncalves
2019-01-29IVGCVSW-2569 Add implementation of ConstTensor Accept functionsjimfly01
2019-01-29IVGCVSW-2443 Add Cl support for Greater operatorNattapat Chaimanowong
2019-01-29IVGCVSW-2447 Add Greater Workload to Neonkevmay01
2019-01-28IVGCVSW-2548 Add member function to check layer pointer not nullFrancisMurtagh
2019-01-28IVGCVSW-2575 Update CL pin to latest masterConor Kennedy
2019-01-28IVGCVSW-2548 Add the TestLayerVisitor classFrancisMurtagh
2019-01-25IVGCVSW-2556 Add Layer implementation for Detection PostProcessNarumol Prangnawarat
2019-01-25MLCE-84 Add Neon Pad support and unit testsÉanna Ó Catháin
2019-01-25IVGCVSW-2547 Add Accept function to IConnectableLayerjimfly01
2019-01-25IVGCVSW-2563 Fix bug in TfLiteParser::ParseConcatenationNattapat Chaimanowong
2019-01-25Github issue #127 - Use https to check out ComputeLibraryMatthew Bentham
2019-01-24IVGCVSW-2503 Fix end to end test support for Boolean output typeNattapat Chaimanowong
2019-01-24IVGCVSW-2554 Update NEON scheduler to output workload names rather than unknownsaoste01
2019-01-24IVGCVSW-2555 Add no-op implementation for Detection PostProcessNarumol Prangnawarat
2019-01-24IVGCVSW-2503 Refactor RefElementwiseWorkload around Equal and Greaterkevmay01
2019-01-24IVGCVSW-2512 Add Gather operator parser to TfParserFrancisMurtagh
2019-01-24IVGCVSW-2546 Add ILayerVisitor to the public APIjimfly01
2019-01-24IVGCVSW-2430 Add logistic parser to tf-liteFinn Williams
2019-01-23IVGCVSW-2511 Add end to end Gather layer testnarpra01
2019-01-23IVGCVSW-1048 RESIZE_BILINEAR NEON operatorSadik Armagan
2019-01-23IVGCVSW-2534 Fix bug TfLiteParser::ParseReshape()Aron Virginas-Tar
2019-01-23IVGCVSW-2545 Update CL pin to latest mastersaoste01
2019-01-23IVGCVSW-2455 Move the extra backend code to a new git repoMatteo Martincigh
2019-01-23IVGCVSW-2467 Update Boolean type supportNattapat Chaimanowong
2019-01-23IVGCVSW-2515 Fix compilation when TfParser is disabledMatthew Bentham
2019-01-22IVGCVSW-2510 Ref workload implementation for Gather operatornarpra01
2019-01-22Fix compilation wrt IVGCVSW-2467Matthew Bentham
2019-01-22Added AddBroadcastReshapeLayer method to TfLiteParserBruno Goncalves
2019-01-22IVGCVSW-2509 Add GatherLayer implementationnarpra01
2019-01-22IVGCVSW-2467 Remove GetDataType<T> functionNattapat Chaimanowong
2019-01-22IVGCVSW-2535 Fix crash in ExecuteNetwork when no compute device is specifiedAron Virginas-Tar
2019-01-21Added ParsePad method to TfLiteParserBruno Goncalves