onnxruntime
8a038b9b
- Fix a build error (#12600)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
3 years ago
Fix a build error (#12600) LLVM compiler complains the std::hash<const char*> and suggests std::hash<const void*>. But the intention is to hash the name string instead of the pointer. So use std::hash<std::string> to be explicit.
References
#12600 - Fix a build error
Author
hmchen-github
Parents
ce01ed02
Loading