Removing typo in comment for Squaredifference (#3310)
authorShubham Gupta/System SW /SRI-Bangalore/Engineer/삼성전자 <shub98.gupta@samsung.com>
Wed, 24 Oct 2018 01:34:33 +0000 (07:04 +0530)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 24 Oct 2018 01:34:33 +0000 (10:34 +0900)
This patch will remove the typing error for comment related to #define in SquareDifference op

Signed-off-by: shubham <shub98.gupta@samsung.com>
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLSquaredDifference.h

index 8b4905b..4555104 100644 (file)
@@ -41,4 +41,4 @@ public:
   void configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output);
 };
 } // namespace arm_compute
-#endif /*__ARM_COMPUTE_CLSQUARED_DIFFERENCESQUARED_DIFFERENCE*/
+#endif /*__ARM_COMPUTE_CLSQUARED_DIFFERENCE_H__*/