ResourceVariable's gather op supports batch dimensions.
ResourceVariable's gather now takes a batch_dims argument and works in the same way as tf.gather with batch_dims. By default, batch_dims is set to 0, for compatibility with existing code. PiperOrigin-RevId: 237769511
Loading
Please sign in to comment