pytorch3d
pytorch3d copied to clipboard
c10::optional -> std::optional
Summary: c10::optional is an alias for std::optional. Let's remove the alias and use the real thing.
Reviewed By: palmje, dmm-fb
Differential Revision: D63402383