aboutsummaryrefslogtreecommitdiff
path: root/delegate/test/PreluTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'delegate/test/PreluTest.cpp')
-rw-r--r--delegate/test/PreluTest.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/delegate/test/PreluTest.cpp b/delegate/test/PreluTest.cpp
index 40bf1dda56..f65e15bb97 100644
--- a/delegate/test/PreluTest.cpp
+++ b/delegate/test/PreluTest.cpp
@@ -18,7 +18,8 @@
namespace armnnDelegate {
-void PreluFloatSimpleTest(std::vector <armnn::BackendId>& backends, bool isAlphaConst, bool isDynamicOutput = false) {
+void PreluFloatSimpleTest(std::vector <armnn::BackendId>& backends, bool isAlphaConst, bool isDynamicOutput = false)
+{
std::vector<int32_t> inputShape { 1, 2, 3 };
std::vector<int32_t> alphaShape { 1 };
std::vector<int32_t> outputShape { 1, 2, 3 };