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,
相关文章
相关标签/搜索