aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/kernels/CLThresholdKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/CL/kernels/CLThresholdKernel.h')
-rw-r--r--arm_compute/core/CL/kernels/CLThresholdKernel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/core/CL/kernels/CLThresholdKernel.h b/arm_compute/core/CL/kernels/CLThresholdKernel.h
index d7a6ae2cdb..7b0c361b6f 100644
--- a/arm_compute/core/CL/kernels/CLThresholdKernel.h
+++ b/arm_compute/core/CL/kernels/CLThresholdKernel.h
@@ -52,5 +52,5 @@ public:
void configure(const ICLTensor *input, ICLTensor *output, uint8_t threshold,
uint8_t false_value, uint8_t true_value, ThresholdType type, uint8_t upper);
};
-}
+} // namespace arm_compute
#endif /*__ARM_COMPUTE_NETHRESHOLDKERNEL_H__ */