10七、TensorFlow變量(三)

建立秩爲1的張量html # create a rank1 tensor object import tensorflow as tf mystr = tf.Variable(["Hello"], tf.string) cool_numbers = tf.Variable([3.14159, 2.71828], tf.float32) first_primes = tf.Variable([2,
相關文章
相關標籤/搜索