↓ 263 callersMethodfit(self, x, y, batch_size=128, steps=None, max_steps=None,
monitors=None)
tensorflow/tensorflow/contrib/learn/python/learn/estimators/estimator.py:1507
↓ 233 callersFunctionsortSorts a tensor. Usage: ```python import tensorflow as tf a = [1, 10, 26.9, 2.8, 166.32, 62.3] b = tf.sort(a,axis=-1,direction='ASCENDING
tensorflow/tensorflow/python/ops/sort_ops.py:37