How good is the performance of numpy.asarray() on typed MemoryView objects?

前端 未结 0 1308
伪装坚强ぢ
伪装坚强ぢ 2021-02-20 05:37

Let\'s say I have following Cython code:

cimport cython
cimport numpy as np
import numpy as np

cdef np.int64_t[:] view = np.zeros(1000, dtype=np.int64)
array = n         


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