Create and print a 2-D Tensor: a2 dim = np. array ( [ (1, 2, 3, 4, 5.99), (2, 3, 4, 5, 6.99), (3, 4, 5, 6, 7.99) |) print ("a2dim Shape : ", a2dim. shape) ...
確定! 回上一頁