pytorch
bb49d0d5
- Emit std::string instead of c10::string_view for Lazy IR class
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
Emit std::string instead of c10::string_view for Lazy IR class Summary: c10::string_view may be pointing to a temp string, which is not guaranteed to be valid when accessed later, so we store the passed-in string_view into a string.
References
#74029 - Emit std::string instead of c10::string_view for Lazy IR class
Author
desertfire
Committer
desertfire
Parents
268857c8
Loading