numpy.expand_dims(a, axis). 若 axis 为正,则在a的 shape 的第 axis 个位置增加一个维度(从0开始数). 若 axis 为负,则在a的 shape 的从后往前数 ...
確定! 回上一頁