I am trying to get the example:
einx.add_at("b ([h w]) c, ([2] b) i, c i -> c [h w] b", image, coordinates, updates)
to work. Could you please provide array definitions that make the example work without a stack trace? I am using Python 3.10 .
So far, I have been unsuccessful. The example can be found in the tutorial on operators .