Fix style issues (#1458)
This commit is contained in:
18
sherpa-onnx/csrc/fst-utils.h
Normal file
18
sherpa-onnx/csrc/fst-utils.h
Normal file
@@ -0,0 +1,18 @@
|
||||
// sherpa-onnx/csrc/fst-utils.h
|
||||
//
|
||||
// Copyright (c) 2024 Xiaomi Corporation
|
||||
|
||||
#ifndef SHERPA_ONNX_CSRC_FST_UTILS_H_
|
||||
#define SHERPA_ONNX_CSRC_FST_UTILS_H_
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "fst/fstlib.h"
|
||||
|
||||
namespace sherpa_onnx {
|
||||
|
||||
fst::Fst<fst::StdArc> *ReadGraph(const std::string &filename);
|
||||
|
||||
}
|
||||
|
||||
#endif // SHERPA_ONNX_CSRC_FST_UTILS_H_
|
||||
Reference in New Issue
Block a user