Masks elements of IndexedSlices. ... we want to mask its first and last indices (which are at absolute # indices 12, 45) b = tf.sparse.mask(a, [12, 45])
確定! 回上一頁