import tensorflow as tf a=tf.random_normal([3, 2], mean=6, stddev=0.1, seed=1) b=tf.random_normal([3, 2], mean=1, stddev=1, se