aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2019-02-26IVGCVSW-2708 Add Serializer and Deserializer SpaceToBatchNdNattapat Chaimanowong
2019-02-26IVGCVSW-2683 Add Serializer & Deserializer for ConstantConor Kennedy
2019-02-25Rename ArmNN schema file to ArmnnSchema.fbsMatthew Bentham
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-02-21IVGCVSW-2639 Add Serializer & Deserializer for Fully ConnectedSadik Armagan
2019-02-21IVGCVSW-2610 Add Quantization Tool ExecutableJim Flynn
2019-02-20IVGCVSW-2702 Add Serializer and Deserializer for PermuteNattapat Chaimanowong
2019-02-20IVGCVSW-2643 Add Serializer & Deserializer for ActivationMike Kelly
2019-02-20IVGSVSW-2736 Rename DeserializeParser => Deserializer & fix namespacesDerek Lamberti
2019-02-19IVGCVSW-2646 Add Serializer & Deserializer for Conv2DMike Kelly
2019-02-19IVGCVSW-2642 Add Reshape to Serializer and DeserializerSaoirse Stewart
2019-02-19IVGCVSW-2662 Implement conversion tool to serialize ArmNN networksNattapat Chaimanowong
2019-02-19IVGCVSW-2645 Add Serializer & Deserializer for Pooling2dSaoirse Stewart
2019-02-13IVGCVSW-2662 Create ISerializer class and refactor SerializerNattapat Chaimanowong
2019-02-13IVGCVSW-2640 Add Serializer & Deserializer for MulSadik Armagan
2019-02-12IVGCVSW-2607 Refactor range tracking into own classDerek Lamberti
2019-02-11IVGCVSW-2531 Serialize a simple ArmNN NetworkMike Kelly
2019-02-11IVGCVSW-2581 Create DeserializerKevin May
2019-02-08IVGCVSW-2607 Implement Input range override mechanismMatteo Martincigh
2019-02-07IVGCVSW-2553 Add Unit Test for ConstTensor layer visitorsjimfly01
2019-02-06IVGCVSW-2654 Test quantization of addition, input and outputDerek Lamberti
2019-02-06IVGCVSW-2580 Integrate serialization schema code generation to build processNattapat Chaimanowong
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-01IVGCVSW-2552 Add unit tests for the input and output layers for VisitorFrancisMurtagh
2019-01-29IVGCVSW-2549 Add name only layer unit tests for VisitorFrancisMurtagh
2019-01-29Added ConstantLayer support to TfLiteParserBruno Goncalves
2019-01-28IVGCVSW-2548 Add the TestLayerVisitor classFrancisMurtagh
2019-01-24IVGCVSW-2555 Add no-op implementation for Detection PostProcessNarumol Prangnawarat
2019-01-24IVGCVSW-2512 Add Gather operator parser to TfParserFrancisMurtagh
2019-01-24IVGCVSW-2546 Add ILayerVisitor to the public APIjimfly01
2019-01-23IVGCVSW-2515 Fix compilation when TfParser is disabledMatthew Bentham
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-16IVGCVSW-2508 Add no-op factory implementations and layer for Gather operatornarpra01
2019-01-16Github issue #120 - Embed TfLite schemaMatthew Bentham
2019-01-15IVGCVSW-2454 Merge together the pluggable backends work (was in aMatteo Martincigh
2019-01-14IVGCVSW-1656 Add Mean support to Tf ParserFerran Balaguer
2019-01-09IVGCVSW-2345 Add Rsqrt support in Tensorflow ParserMohamed Nour Abouelseoud
2019-01-07IVGCVSW-2371 Add Rsqrt Ref implementationMohamed Nour Abouelseoud