摘要: import numpy as np # 使用标准numpy,运算将在CPU上执行。 import time start = time.perf_counter() x = np.random.random([5000, 5000]).astype(np.float32) k = np.matmul 阅读全文
posted @ 2021-02-14 17:37 楚千羽 阅读(178) 评论(0) 推荐(0) 编辑