Python - tensorflow.argsort() method
TensorFlow is open-source python library designed by Google to develop Machine Learning models  and deep learning  neural networks. Tensorflow have a method argsort() which is used to find the indices of a Tensor in sorted order. Syntax: tf.argsort(values, axis, direction, stable, name) Parameters: