IVGCVSW-2569 Add implementation of ConstTensor Accept functions
authorjimfly01 <jim.flynn@arm.com>
Mon, 28 Jan 2019 12:51:53 +0000 (12:51 +0000)
committerjimfly01 <jim.flynn@arm.com>
Tue, 29 Jan 2019 10:37:47 +0000 (10:37 +0000)
commitd161ba0bc83fa14f7aea4c629ca3e6ea04a2dc34
tree909d956ede3aaaf2812d4141a4742c4e2c936122
parentc6a41ffa25d468a69465e1a7b22b280b029f65a2
IVGCVSW-2569 Add implementation of ConstTensor Accept functions

* Create the required ConstTensors and pass them to the appropriate
  visit method. Back fill of dummies added during IVGCVSW-2547
* Moved the VisitDetectionPostProcessLayer function declaration in
  ILayerVistor to its correct location after the
  VisitDepthwiseConvolution2dLayer functions.

Change-Id: I0bd2f8c3603cbdb933b1216ead96dd8273eb5013
include/armnn/ILayerVisitor.hpp
src/armnn/layers/BatchNormalizationLayer.cpp
src/armnn/layers/ConstantLayer.cpp
src/armnn/layers/Convolution2dLayer.cpp
src/armnn/layers/DepthwiseConvolution2dLayer.cpp
src/armnn/layers/FullyConnectedLayer.cpp
src/armnn/layers/LstmLayer.cpp