In TensorFlow, what if I want to fetch only half of all data in descending order from a list of loss values? I was able to see how to sort using tf.sort(list, axis=-1, dir
tf.sort(list, axis=-1, dir