numpy @njit cannot determine Numba type of

后端 未结 0 1969
失恋的感觉
失恋的感觉 2021-02-19 05:55

I have this function

@njit
def generate_rays(image_width, image_height, viewport):
    #rays.shape = (#rays, 3)
    rays =          


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