From: Shubham Gupta/System SW /SRI-Bangalore/Engineer/삼성전자 Date: Wed, 24 Oct 2018 01:34:33 +0000 (+0530) Subject: Removing typo in comment for Squaredifference (#3310) X-Git-Tag: 0.3~542 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=822fa047bde2973fd023ddb9e148f532580151f6;p=platform%2Fcore%2Fml%2Fnnfw.git Removing typo in comment for Squaredifference (#3310) This patch will remove the typing error for comment related to #define in SquareDifference op Signed-off-by: shubham --- diff --git a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLSquaredDifference.h b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLSquaredDifference.h index 8b4905b..4555104 100644 --- a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLSquaredDifference.h +++ b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLSquaredDifference.h @@ -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__*/