aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/utils/quantization/AsymmHelpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/utils/quantization/AsymmHelpers.h')
-rw-r--r--arm_compute/core/utils/quantization/AsymmHelpers.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/core/utils/quantization/AsymmHelpers.h b/arm_compute/core/utils/quantization/AsymmHelpers.h
index 0bf6ff5c95..f0b077096e 100644
--- a/arm_compute/core/utils/quantization/AsymmHelpers.h
+++ b/arm_compute/core/utils/quantization/AsymmHelpers.h
@@ -21,8 +21,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
-#ifndef __ARM_COMPUTE_QUANTIZATION_ASYMM_HELPERS_H__
-#define __ARM_COMPUTE_QUANTIZATION_ASYMM_HELPERS_H__
+#ifndef ARM_COMPUTE_QUANTIZATION_ASYMM_HELPERS_H
+#define ARM_COMPUTE_QUANTIZATION_ASYMM_HELPERS_H
#include "arm_compute/core/Error.h"
#include "arm_compute/core/ITensor.h"
@@ -101,4 +101,4 @@ void compute_quantized_multipliers_and_shifts(const ITensorInfo *input,
int32_t *output_shifts_ptr);
} // namespace quantization
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_IO_FILE_HANDLER_H__ */
+#endif /* ARM_COMPUTE_IO_FILE_HANDLER_H */