aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/CLTensorAllocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/CL/CLTensorAllocator.h')
-rw-r--r--arm_compute/runtime/CL/CLTensorAllocator.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/runtime/CL/CLTensorAllocator.h b/arm_compute/runtime/CL/CLTensorAllocator.h
index b3ffd8b949..7c1bc03486 100644
--- a/arm_compute/runtime/CL/CLTensorAllocator.h
+++ b/arm_compute/runtime/CL/CLTensorAllocator.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_CLTENSORALLOCATOR_H__
-#define __ARM_COMPUTE_CLTENSORALLOCATOR_H__
+#ifndef ARM_COMPUTE_CLTENSORALLOCATOR_H
+#define ARM_COMPUTE_CLTENSORALLOCATOR_H
#include "arm_compute/runtime/CL/CLArray.h"
#include "arm_compute/runtime/CL/CLMemory.h"
@@ -149,4 +149,4 @@ private:
CLInt32Array _offset; /**< Offsets array in case of quantized per channel data type */
};
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_CLTENSORALLOCATOR_H__ */
+#endif /* ARM_COMPUTE_CLTENSORALLOCATOR_H */