摘要: a = np.array([1, 2, 3], dtype='float32') b = np.array([[1, 2, 3], [4, 5, 6]]) c = np.array((1, 2, 3)) a = np.zeros((2, 5)) b = np.ones((2, 5)) c = np. 阅读全文
posted @ 2022-05-02 21:42 pbc的成长之路 阅读(44) 评论(0) 推荐(0) 编辑