np.array creates a tensor one = np.array([1,2,3,4]) # Here we create a 1D tensor print(one.shape) # This shows the shape of the tensor print(one) ...
確定! 回上一頁