onnxruntime
8a038b9b - Fix a build error (#12600)

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.
Author
Parents
Loading