aboutsummaryrefslogtreecommitdiff
path: root/reference_model/src/tosa_model_types.h
diff options
context:
space:
mode:
authorJerry Ge <jerry.ge@arm.com>2023-07-19 23:08:16 +0000
committerJerry Ge <jerry.ge@arm.com>2023-07-25 22:49:17 +0000
commit9c9c8dafe8f9a32bd70aee268cd537b93865a3ba (patch)
treee94fc471261b9f72bef86033fbc76022f55d5de8 /reference_model/src/tosa_model_types.h
parentc1e13432b4a218781afd6b0171d4afff11730433 (diff)
downloadreference_model-9c9c8dafe8f9a32bd70aee268cd537b93865a3ba.tar.gz
Run clang-format and update copyright
- Also added run clang-format to pre-commit runs Signed-off-by: Jerry Ge <jerry.ge@arm.com> Change-Id: I4e59ac0afbaa30dce0773aa63d92a1a3b119e2f3
Diffstat (limited to 'reference_model/src/tosa_model_types.h')
-rw-r--r--reference_model/src/tosa_model_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/reference_model/src/tosa_model_types.h b/reference_model/src/tosa_model_types.h
index 84402ae..fd7ce53 100644
--- a/reference_model/src/tosa_model_types.h
+++ b/reference_model/src/tosa_model_types.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, ARM Limited.
+// Copyright (c) 2022-2023, ARM Limited.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -19,4 +19,4 @@
inline const uint32_t TOSA_MAX_TENSOR_SIZE = ((1u << 31) - 1);
-#endif // TOSA_MODEL_TYPES_H \ No newline at end of file
+#endif // TOSA_MODEL_TYPES_H \ No newline at end of file