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.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/use_case/kws/include/DsCnnModel.hpp b/source/use_case/kws/include/DsCnnModel.hpp
index e9ac18c..a1a45cd 100644
--- a/source/use_case/kws/include/DsCnnModel.hpp
+++ b/source/use_case/kws/include/DsCnnModel.hpp
@@ -50,7 +50,7 @@ namespace app {
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 */