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