In other words, you "unroll", or reshape, the 3D array into a 1D ... a vector x_sum that sums each row of x_exp. x_sum = np.sum(x_exp, ...
確定! 回上一頁