/external/armnn/src/backends/reference/workloads/ |
D | BatchToSpaceNd.cpp | 24 …return ((batch * shape[dataLayout.GetHeightIndex()] + height) * shape[dataLayout.GetWidthIndex()] … in Offset() 30 shape[dataLayout.GetHeightIndex()] + height) * in Offset() 55 const unsigned int outputHeight = outputShape[dataLayout.GetHeightIndex()]; in BatchToSpaceNd() 73 … for (unsigned int inH = 0; inH < inputTensorInfo.GetShape()[dataLayout.GetHeightIndex()]; ++inH) { in BatchToSpaceNd()
|
D | SpaceToBatchNd.cpp | 24 … return ((b * shape[dataLayout.GetHeightIndex()] + h) * shape[dataLayout.GetWidthIndex()] + w) * in GetOffset() 29 … return ((b * shape[dataLayout.GetChannelsIndex()] + c) * shape[dataLayout.GetHeightIndex()] + h) * in GetOffset() 48 const unsigned int inputHeight = inputShape[dataLayout.GetHeightIndex()]; in SpaceToBatchNd() 52 const unsigned int outputHeight = outputShape[dataLayout.GetHeightIndex()]; in SpaceToBatchNd()
|
D | SpaceToDepth.cpp | 22 … return ((b * shape[dataLayout.GetHeightIndex()] + h) * shape[dataLayout.GetWidthIndex()] + w) * in GetOffset() 27 … return ((b * shape[dataLayout.GetChannelsIndex()] + c) * shape[dataLayout.GetHeightIndex()] + h) * in GetOffset() 50 const unsigned int outputHeight = outputShape[dataLayout.GetHeightIndex()]; in SpaceToDepth()
|
D | Resize.cpp | 84 const unsigned int inputHeight = inputInfo.GetShape()[dataLayout.GetHeightIndex()]; in Resize() 86 const unsigned int outputHeight = outputInfo.GetShape()[dataLayout.GetHeightIndex()]; in Resize()
|
D | DepthToSpace.cpp | 32 const unsigned int inHeight = inputShape[dataLayoutIndexed.GetHeightIndex()]; in DepthToSpace()
|
D | BatchNormImpl.cpp | 32 unsigned int inputHeight = inputShape[dataLayout.GetHeightIndex()]; in BatchNormImpl()
|
D | InstanceNorm.cpp | 28 unsigned int inputHeight = inputShape[dataLayout.GetHeightIndex()]; in InstanceNorm()
|
D | RefL2NormalizationWorkload.cpp | 63 const int heightIdx = armnn::numeric_cast<int>(dataLayout.GetHeightIndex()); in Execute()
|
D | TransposeConvolution2d.cpp | 30 const unsigned int heightIndex = dataLayoutIndexed.GetHeightIndex(); in TransposeConvolution2dImpl()
|
D | Conv3dImpl.cpp | 37 const unsigned int heightIndex = dataLayoutIndexed.GetHeightIndex(); in Convolve3d()
|
D | RefNormalizationWorkload.cpp | 105 const unsigned int rows = tensorShape[dataLayoutIndexed.GetHeightIndex()]; in NormalizeAcrossUingLbr()
|
D | ConvImpl.cpp | 95 const unsigned int heightIndex = dataLayoutIndexed.GetHeightIndex(); in Convolve()
|
/external/armnn/src/armnn/layers/ |
D | Convolution2dLayer.cpp | 40 unsigned int filterHeight = filterShape[dataLayoutIndex.GetHeightIndex()]; in SerializeLayerParameters() 79 unsigned int inHeight = inputShape[dataLayoutIndex.GetHeightIndex()]; in InferOutputShapes() 87 unsigned int filterHeight = filterShape[dataLayoutIndex.GetHeightIndex()]; in InferOutputShapes()
|
D | TransposeConvolution2dLayer.cpp | 71 const unsigned int hInput = inputShape[dataLayoutIndex.GetHeightIndex()]; in InferOutputShapes() 74 const unsigned int hKernel = kernelShape[dataLayoutIndex.GetHeightIndex()]; in InferOutputShapes()
|
D | SpaceToDepthLayer.cpp | 52 unsigned int hIndex = dimensionIndices.GetHeightIndex(); in InferOutputShapes()
|
D | DepthToSpaceLayer.cpp | 50 unsigned int hIndex = dimensionIndices.GetHeightIndex(); in InferOutputShapes()
|
D | SpaceToBatchNdLayer.cpp | 56 unsigned int heightIndex = dimensionIndices.GetHeightIndex(); in InferOutputShapes()
|
D | BatchToSpaceNdLayer.cpp | 77 unsigned int heightIndex = dimensionIndices.GetHeightIndex(); in InferOutputShapes()
|
D | Pooling2dLayer.cpp | 50 unsigned int inHeight = inputShape[dimensionIndices.GetHeightIndex()]; in InferOutputShapes()
|
D | Pooling3dLayer.cpp | 50 unsigned int inHeight = inputShape[dimensionIndices.GetHeightIndex()]; in InferOutputShapes()
|
D | DepthwiseConvolution2dLayer.cpp | 79 unsigned int inputHeight = inputShape[dataLayoutIndex.GetHeightIndex()]; in InferOutputShapes()
|
D | Convolution3dLayer.cpp | 77 unsigned int inHeight = inputShape[dataLayoutIndex.GetHeightIndex()]; in InferOutputShapes()
|
/external/armnn/src/armnn/optimizations/ |
D | FoldPadIntoLayer2d.hpp | 109 layerDescriptor.m_PadTop += padList[layout.GetHeightIndex()].first; in TryFoldPadIntoLayer2d() 110 layerDescriptor.m_PadBottom += padList[layout.GetHeightIndex()].second; in TryFoldPadIntoLayer2d()
|
/external/armnn/include/armnnUtils/ |
D | DataLayoutIndexed.hpp | 24 unsigned int GetHeightIndex() const { return m_HeightIndex; } in GetHeightIndex() function in armnnUtils::DataLayoutIndexed
|
/external/armnn/src/backends/backendsCommon/test/ |
D | SpaceToDepthEndToEndTestImpl.cpp | 40 if (inputShape[dimensionIndices.GetHeightIndex()] % blockSize!=0 in CreateSpaceToDepthNetwork()
|