tensorflow函數_tf.where()

1.第一種用法:tf.where(input, name=None):返回輸入矩陣中true的位置 For example: (1)‘input’ tensor is [[True, False] [True, False]] input裏面有兩個true,所以返回兩行(兩個位置信息) where(input) ==> [[0, 0], [1, 0]] (2)input tensor is [[[
相關文章
相關標籤/搜索