import tensorflow as tfimport numpy as npa = np.array([1,2,3,4,5,6,7,8,9],dtype='float32');a = a.reshape(3,3);c = a + [22,33,44] ...
確定! 回上一頁