Minor fixes for rknn (#1925)

This commit is contained in:
Fangjun Kuang
2025-02-26 16:26:18 +08:00
committed by GitHub
parent 2f9a2b20a1
commit 82cb8a5dc3
7 changed files with 46 additions and 5 deletions

View File

@@ -145,6 +145,8 @@ std::wstring ToWideString(const std::string &s);
std::string ToString(const std::wstring &s);
bool EndsWith(const std::string &haystack, const std::string &needle);
} // namespace sherpa_onnx
#endif // SHERPA_ONNX_CSRC_TEXT_UTILS_H_