每个元素平方求和后,开根号。
a = [[2.,3.,3.], [2.,3.,3.]] tf.norm(a)
<tf.Tensor: shape=(), dtype=float32, numpy=6.6332498>