可把tensorflow 中的tensor 理解为一个n维数组或列表, tensor 为静态变量,拥有动态维度。在tf中, 只有tensor能在节点和图计算中传递。

05-11 23:03