Add sliced assignment to variables
- Currently this does not support broadcasts, so the r-value's shape must match the shape of the slice. - Only assignments to variables are supported. e.g. of usage op = foo[3:5].assign(tf.constant([1,2])) sess.run(op) Change: 131837883
Loading
Please sign in to comment