我想知道numpy如何從float32轉換到float16,因為當我使用astype ... numpy as np a = np.array([8193], dtype=np.float32) b = a.astype(np.float16) ...
確定! 回上一頁