人工智能TensorFlow-Fetch和Feed

import tensorflow as tf Fetch的概念 Fetch指同時運行,意思是在Session中可以同時執行多個OP,得到其運行的結果 input1 = tf.constant(3.0) input2 = tf.constant(2.0) input3 = tf.constant(5.0) add = tf.add(input2, input3) mul = tf.multipl
相關文章
相關標籤/搜索