嘉渊
2023-05-25 cefa8ff17e3e2f4a7745d15a59beef0a255fabfd
funasr/runtime/onnxruntime/src/online-feature.h
@@ -1,9 +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:
@@ -49,3 +54,5 @@
  bool input_finished_ = false;
};
} // namespace funasr