x_new

np.stack(x_new, axis=-2)

### np.stack(x_new, axis=-2) 在函数中,`x_new = np.stack(x_new, axis=-2)` 的目的是将保留区域的 `x` 数组沿着倒数第二个维度进行堆叠,得到一个新的数组 `x_new`,该数组的维度为 `(6940, 45, 90, a, 9)`,其中 ......
stack x_new axis new np
共1篇  :1/1页 首页上一页1下一页尾页