We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c57b218 commit e89d57dCopy full SHA for e89d57d
3rdParty/ONNX/OnnxToolsPA.h
@@ -26,7 +26,7 @@ inline std::wstring str_to_onnx_str(const std::string& str){
26
27
28
inline std::string str_to_onnx_str(std::string str){
29
- return std::move(str);
+ return str;
30
}
31
32
0 commit comments