From 1157232551c23c9a553aed37972b8119d37c4543 Mon Sep 17 00:00:00 2001 From: Matthew Sloyan Date: Thu, 16 Mar 2023 10:17:51 +0000 Subject: IVGCVSW-7558 Implement Delegate Utils * Implement OpaqueDelegateUtils.hpp using new accessors. * Moved classic delegate utils to ClassicDelegateUtils.hpp. * DelegateUtils.hpp now contains common utils. * Removed unused ConnectConstant function. Signed-off-by: Matthew Sloyan Change-Id: I0fa611c82f5c06b0b7e0c37bfc343e09fb6a96c9 --- delegate/classic/src/BatchMatMul.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'delegate/classic/src/BatchMatMul.hpp') diff --git a/delegate/classic/src/BatchMatMul.hpp b/delegate/classic/src/BatchMatMul.hpp index f56f728ef5..94b25fe7b5 100644 --- a/delegate/classic/src/BatchMatMul.hpp +++ b/delegate/classic/src/BatchMatMul.hpp @@ -5,7 +5,8 @@ #pragma once -#include +#include + #include #include #include -- cgit v1.2.1