Avatar
numpyが使える・・
7:34 AM
@swift-tensorflow import Python let np = Python.import("numpy") let ary = np.array([1,2,3]) print(ary)