onnxruntime/include
Haoming Chen 8a038b9b0c
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.
2022-08-17 10:49:54 -07:00
..
onnxruntime/core Fix a build error (#12600) 2022-08-17 10:49:54 -07:00