summaryrefslogtreecommitdiff
path: root/nn/common/operations/Pow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'nn/common/operations/Pow.cpp')
-rw-r--r--nn/common/operations/Pow.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/nn/common/operations/Pow.cpp b/nn/common/operations/Pow.cpp
index 03892a230..2506549eb 100644
--- a/nn/common/operations/Pow.cpp
+++ b/nn/common/operations/Pow.cpp
@@ -17,12 +17,13 @@
#define LOG_TAG "Operations"
#include "Pow.h"
-#include "IndexedShapeWrapper.h"
-#include "OperationsUtils.h"
#include <cmath>
#include <vector>
+#include "IndexedShapeWrapper.h"
+#include "OperationsUtils.h"
+
namespace android {
namespace nn {
namespace pow {