Numba gives a type error when compiling this trivial function

后端 未结 0 1409
轻奢々
轻奢々 2021-01-23 19:05

When calling this function I get the following compilation error, but I can\'t figure out why:

from numba import njit
import numpy as np

@njit
def fubar(x: np.ui         


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