data
data copied to clipboard
[Nodes] Create a utility to chain/compose function calls
🚀 The feature
Standard utility to chain function calls, similar to torchvision's Compose class
Motivation, pitch
This is going to be really useful for folks that want to fuse multiple map-operators and we shouldn't require another dependency for something so simple and useful.
Alternatives
No response
Additional context
No response