aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/IWeightsManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/IWeightsManager.h')
-rw-r--r--arm_compute/runtime/IWeightsManager.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/arm_compute/runtime/IWeightsManager.h b/arm_compute/runtime/IWeightsManager.h
index 3b97d696bb..de8a92faa3 100644
--- a/arm_compute/runtime/IWeightsManager.h
+++ b/arm_compute/runtime/IWeightsManager.h
@@ -90,8 +90,8 @@ public:
private:
struct CounterElement
{
- bool is_unused{ false };
- std::atomic<int> counter{ 1 };
+ bool is_unused{false};
+ std::atomic<int> counter{1};
};
private:
@@ -99,5 +99,5 @@ private:
std::map<const ITensor *, CounterElement> _managed_counter;
std::map<const ITensor *, ITransformWeights *> _managed_weights_parents;
};
-} // arm_compute
-#endif /*ARM_COMPUTE_IWEIGHTSMANAGER_H */ \ No newline at end of file
+} // namespace arm_compute
+#endif /*ARM_COMPUTE_IWEIGHTSMANAGER_H */