yhliang
2023-05-11 1d1ef01b4e23630a99a3be7e9d1dce9550a793e9
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