summaryrefslogtreecommitdiff
path: root/source/use_case/kws/include/DsCnnModel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/use_case/kws/include/DsCnnModel.hpp')
-rw-r--r--source/use_case/kws/include/DsCnnModel.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/use_case/kws/include/DsCnnModel.hpp b/source/use_case/kws/include/DsCnnModel.hpp
index a4e7110..e9ac18c 100644
--- a/source/use_case/kws/include/DsCnnModel.hpp
+++ b/source/use_case/kws/include/DsCnnModel.hpp
@@ -47,10 +47,10 @@ namespace app {
private:
/* Maximum number of individual operations that can be enlisted. */
- static constexpr int _ms_maxOpCnt = 8;
+ static constexpr int ms_maxOpCnt = 8;
/* A mutable op resolver instance. */
- tflite::MicroMutableOpResolver<_ms_maxOpCnt> _m_opResolver;
+ tflite::MicroMutableOpResolver<ms_maxOpCnt> _m_opResolver;
};
} /* namespace app */