Yabin Li
2024-06-25 b7060884fa4b8b85f79462644a5c99062d223da0
runtime/onnxruntime/src/paraformer-torch.h
@@ -36,6 +36,7 @@
        using TorchModule = torch::jit::script::Module;
        std::shared_ptr<TorchModule> model_ = nullptr;
        std::shared_ptr<TorchModule> hw_model_ = nullptr;
        std::vector<torch::Tensor> encoder_outs_;
        bool use_hotword;