The video discusses in math functions in TensorFlow: logical_and
00:00 - Concept: True and True; True and False
01:09 - Tensor with single value: tf.math.logical_and()
02:03 - Tensor with unequal multiple value: tf.math.logical_and()
03:08 - Tensor with equal multiple value: tf.math.logical_and()
04:10 - Tensor with different dimensions: tf.math.logical_and()
07:16 - Ending notes
# ----------------
# TensorFlow Guide
# ----------------
logical_and:
https://www.tensorflow.org/api_docs/python/tf/math/logical_and