aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/test/ConstTensorLayerVisitor.hpp
AgeCommit message (Expand)Author
2022-05-19IVGCVSW-6124 ConstTensorsAsInput: Conv2d - FrontEndKeith Davis
2022-05-05IVGCVSW-6127 ConstTensorsAsInput: DepthwiseConvolution2dCathal Corbett
2021-12-15IVGCVSW-6626 Promote backend headers in backendCommon to armnn/backendsColm Donelan
2021-10-02IVGCVSW-5985 Remove deprecated codeJan Eilers
2021-08-06IVGCVSW-6119 ConstTensorsAsInput: FullyConnectedMatthew Sloyan
2020-03-20IVGCVSW-4549 Add front end for new QLSTM layerJames Conroy
2019-07-24IVGCVSW-3469 Add front end for Quantized LSTM layerJames Conroy
2019-02-14IVGCVSW-2620 Support static quantization of ConstantMatteo Martincigh
2019-02-11IVGCVSW-2676 Make biases optional in ILayerVisitor for Convolution2D, Depthwi...Aron Virginas-Tar
2019-02-07IVGCVSW-2553 Add Unit Test for ConstTensor layer visitorsjimfly01