aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-02-08IVGCVSW-2672 Code cleanup after changesMatteo Martincigh
2019-02-08IVGCVSW-2607 Implement Input range override mechanismMatteo Martincigh
2019-02-08IVGCVSW-2557 Add layer tests for Ref Detection PostProcessNarumol Prangnawarat
2019-02-08Github #123 Catch exceptions by referenceMatthew Bentham
2019-02-08IVGCVSW-2559 End to end tests for Detection PostProcessNarumol Prangnawarat
2019-02-07IVGCVSW-2553 Change BOOST_TEST to BOOST_CHECK_MESSAGE in CheckConstTensorPtrsJim Flynn
2019-02-07IVGCVSW-2608: support static quantization of ActivationNina Drozd
2019-02-07IVGCVSW-2553 Add Unit Test for ConstTensor layer visitorsjimfly01
2019-02-07IVGCVSW-2609 Quantize BatchNormalizationLayerDerek Lamberti
2019-02-07IVGCVSW-2581 Update Schema.fbs to refer to vector of tablesSaoirse Stewart
2019-02-06IVGCVSW-2654 Test quantization of addition, input and outputDerek Lamberti
2019-02-06IVGCVSW-2606 Produce quantized InputNetwork from simple FP32 InputNetworkDerek Lamberti
2019-02-04IVGCVSW-2551 Add Descriptor and name only unit tests for VisitorFrancisMurtagh
2019-02-04IVGCVSW-2557 Ref Workload Implementation for Detection PostProcessNarumol Prangnawarat
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-01-31IVGCVSW-2471 Code cleanup where necessaryMatteo Martincigh
2019-01-31MLCE-90 Fixing issues with NEON pad testsÉanna Ó Catháin
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-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-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-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-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-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-21Added ParsePad method to TfLiteParserBruno Goncalves