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/Softmax.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'delegate/classic/src/Softmax.hpp') diff --git a/delegate/classic/src/Softmax.hpp b/delegate/classic/src/Softmax.hpp index 4fbd508437..bfc6874faa 100644 --- a/delegate/classic/src/Softmax.hpp +++ b/delegate/classic/src/Softmax.hpp @@ -5,7 +5,7 @@ #pragma once -#include +#include #include #include -- cgit v1.2.1