You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update marker sequence arguments to use std::span (#772)
Summary:
Pull Request resolved: #772
Most save functions were using `const std::vector<std::vector<Marker>>&` for marker sequence argument. This diff updates it to `std::span<const std::vector<Marker>>` to be more general and consistent with code style guide.
Reviewed By: jeongseok-meta
Differential Revision: D86040408
0 commit comments