tf.placeholder

看样子tensorflow会由于给placeholder不一样的feed_dic,从新运行网络。python import tensorflow as tf placeholder_1 = tf.placeholder(shape=[], dtype=tf.float32) output = placeholder_1 + tf.constant(1.0) with tf.Session()
相关文章
相关标签/搜索