The video discusses in math functions in TensorFlow: Absolute value of a tensor.
00:00 - import libraries
00:25 - create a tensor: tf.constant()
01:04 - get absolute values: tf.abs()
01:30 - alternative: tf.math.abs()
01:41 - complex numbers
03:40 - Ending notes
# ----------------
# TensorFlow Guide
# ----------------
https://www.tensorflow.org/api_docs/python/tf/math/abs