1
在tensorflow,有用來重寫原始圖(ReWriteGraphForExecution)的函數:張量流中的目標節點和提取節點之間有什麼區別?
Status RewriteGraphForExecution(
Graph* g, const gtl::ArraySlice<string>& fed_outputs,
const gtl::ArraySlice<string>& fetch_outputs,
const gtl::ArraySlice<string>& target_node_names,
const DeviceAttributes& device_info) {
以上代碼從here 來我感到困惑的是fetch_outputs和target_node_names之間的準確差值。
非常感謝,任何信息將不勝感激!
我已經看了圖,但它顯示的目標節點, 並從源代碼中的註釋是不容易的,我瞭解什麼是目標節點。 –