From c577f2c6a3b4ddb6ba87a882723c53a248afbeba Mon Sep 17 00:00:00 2001 From: telsoa01 Date: Fri, 31 Aug 2018 09:22:23 +0100 Subject: Release 18.08 --- src/armnn/backends/test/FullyConnectedTestImpl.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/armnn/backends/test/FullyConnectedTestImpl.hpp') diff --git a/src/armnn/backends/test/FullyConnectedTestImpl.hpp b/src/armnn/backends/test/FullyConnectedTestImpl.hpp index d2379ec10e..7087ba56e5 100644 --- a/src/armnn/backends/test/FullyConnectedTestImpl.hpp +++ b/src/armnn/backends/test/FullyConnectedTestImpl.hpp @@ -60,7 +60,7 @@ LayerTestResult FullyConnectedFloat32Test(armnn::IWorkloadFactory& wor unsigned int outputChannels = 3; unsigned int outputNum = 2; - // Define the tensor descriptors + // Define the tensor descriptors. armnn::TensorInfo inputTensorInfo; armnn::TensorInfo outputTensorInfo; armnn::TensorInfo weightsDesc; @@ -186,8 +186,8 @@ LayerTestResult FullyConnectedUint8Test(armnn::IWorkloadFactory& wor biasEnabled, true ); - // manually calculated - // note one of these values has been clamped to 0 + // Manually calculated. + // Note one of these values has been clamped to 0. if (biasEnabled) { result.outputExpected = MakeTensor(outputTensorInfo, std::vector{0, 242}); @@ -222,7 +222,7 @@ LayerTestResult FullyConnectedLargeTestCommon(armnn::IWorkloadFactory& wor unsigned int outputChannels = 1; unsigned int outputNum = 1; - // Define the tensor descriptors + // Define the tensor descriptors. armnn::TensorInfo inputTensorInfo; armnn::TensorInfo outputTensorInfo; armnn::TensorInfo weightsDesc; -- cgit v1.2.1