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
A nested tensor version of the scan operators (e.g. cumsum, cumprod).
Motivation
This will be super useful for volume rendering, which involves cumsum / cumprod operations over values sampled along a ray. With regular Tensors, each ray must have the same number of samples.
馃殌 Feature
A nested tensor version of the scan operators (e.g. cumsum, cumprod).
Motivation
This will be super useful for volume rendering, which involves cumsum / cumprod operations over values sampled along a ray. With regular Tensors, each ray must have the same number of samples.