Release 18.08
[platform/upstream/armnn.git] / src / armnn / backends / test / ActivationFixture.hpp
index a67a110..69f3c8b 100644 (file)
@@ -41,7 +41,7 @@ struct ActivationFixture
     armnn::TensorInfo inputTensorInfo;
     armnn::TensorInfo outputTensorInfo;
 
-    // parameters used by some of the activation functions
+    // Parameters used by some of the activation functions.
     float a = 0.234f;
     float b = -12.345f;
 };