pytorch
bb49d0d5 - Emit std::string instead of c10::string_view for Lazy IR class

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