Numpy multiplication much slower after reversal

前端 未结 0 1158
说谎
说谎 2020-12-31 22:09

I was multiplying two numpy arrays:

import numpy as np
X = np.random.randn(4500,3500)
v = np.random.randn(3500,200)

Both of them are C_CONTIG

相关标签:
回答
  • 消灭零回复
提交回复
热议问题