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
Implement repeat and repeat_interleave functions to duplicate all data structures like Meshes, Textures, etc.
Motivation
Currently, the function to duplicate data is extend which seems (a bit surprisingly) to follow the repeat_interleave's pytorch convention. However in many other use cases, one would like to duplicate data using the other repeat convention
Pitch
Concretely, this amounts to renaming extend as repeat_interleave and create a new duplication function called repeat for all data structures