Avatar
@swift-tensorflow import Python let np = Python.import("numpy") print(np) let ary = np.array.call(with:[1,2,3]) print(ary)