Home > other >  When running numba. Jit numba. Errors. TypingError: Failed nopython mode of pipeline in error
When running numba. Jit numba. Errors. TypingError: Failed nopython mode of pipeline in error

Time:12-17

Hello everyone, I details add a question:
When I was decorated with @ jit (nopython=True) a function of time, this function also calls the other two functions, then call other functions where complains:
Numba. Errors. TypingError: Failed nopython mode in pipeline (step: nopython frontend)
Untyped global name 'my_conv2d: always determine a Numba type of & lt; The class 'function' & gt;
I guess the reason isn't numba without the right type to match the function return value or the input values, but it is common type, how to change it?

CodePudding user response:

Does anyone help children

CodePudding user response:

Should be numba because you type can't identify
  • Related