pytorch3d icon indicating copy to clipboard operation
pytorch3d copied to clipboard

c10::optional -> std::optional

Open r-barnes opened this issue 1 year ago • 1 comments

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

r-barnes avatar Oct 02 '24 16:10 r-barnes