funasr/runtime/onnxruntime/src/online-feature.h
@@ -1,9 +1,13 @@ /** * Copyright FunASR (https://github.com/alibaba-damo-academy/FunASR). All Rights Reserved. * MIT License (https://opensource.org/licenses/MIT) */ #pragma once #include <vector> #include "precomp.h" using namespace std; namespace funasr { class OnlineFeature { public: @@ -49,3 +53,5 @@ bool input_finished_ = false; }; } // namespace funasr