import tensorflow as tf

obj = tf.constant([[1.0, 2.0, 3.0], [4.0, 5.0, 6.0]])

import pretty_little_summary as pls
result = pls.describe(obj)
print(result.content)
