aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/AclUtils.h
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2021-07-05 08:08:52 +0100
committerGeorgios Pinitas <georgios.pinitas@arm.com>2021-07-07 13:47:18 +0000
commit06ac6e438fc95aa7f8228be8217e0776d692b8e7 (patch)
tree30227e483c48f0a59bc3b364814e50e306d8ac63 /arm_compute/AclUtils.h
parent45875943de2992731ce763a71ac65fb4943c71c8 (diff)
downloadComputeLibrary-06ac6e438fc95aa7f8228be8217e0776d692b8e7.tar.gz
Add basic Operator interface
- C facing interfaces - Activation layer descriptor Partially Resolves: COMPMID-4512 Signed-off-by: Georgios Pinitas <georgios.pinitas@arm.com> Change-Id: I8530748fff178ca46d61bf2e40d3e543e93f340b Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5908 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'arm_compute/AclUtils.h')
-rw-r--r--arm_compute/AclUtils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/AclUtils.h b/arm_compute/AclUtils.h
index 2e75772ee8..ef5fa42708 100644
--- a/arm_compute/AclUtils.h
+++ b/arm_compute/AclUtils.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_ACLUTILS_H_
-#define ARM_COMPUTE_ACLUTILS_H_
+#ifndef ARM_COMPUTE_ACL_UTILS_H_
+#define ARM_COMPUTE_ACL_UTILS_H_
#include "arm_compute/AclTypes.h"
@@ -60,4 +60,4 @@ AclStatus AclGetTensorDescriptor(AclTensor tensor, AclTensorDescriptor *desc);
}
#endif /* __cplusplus */
-#endif /* ARM_COMPUTE_ACLUTILS_H_ */
+#endif /* ARM_COMPUTE_ACL_UTILS_H_ */