The behavior of NumPy depends on your CPU architecture. This is the result on an Intel CPU: >>> np.array([-1], dtype=np.float32).astype(np.uint32) ...
確定! 回上一頁