Open cantonios opened 2 years ago
This is great, thanks for the proposal. LGTM.
Note that this is currently doable in TF in a performant way via a XLA op:
from tensorflow.compiler.tf2xla.python import xla
output = xla.dynamic_update_slice(input, update, indices)
This is a great initiative!
Thanks for the proposal!
@theadactyl @ematejska
Please.
This is to allow numpy-like (or rather JAX-like) indexed tensor modifications like slice assignment.