10五、TensorFlow的變量(一)

import tensorflow as tf mammal = tf.Variable("Elephant", tf.string) ignition = tf.Variable(451, tf.int16) floating = tf.Variable(3.14159265359, tf.float64) its_complicated = tf.Variable(12.3 - 4.85j,
相關文章
相關標籤/搜索