You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be great to have this be callable from Python! Not super familiar with Cython, but if it were possible to convert a C array to a tuple, then I think it's just matter of creating a return variable uint32_t[4] out and sending that to python land.
The text was updated successfully, but these errors were encountered:
Would be great to have this be callable from Python! Not super familiar with Cython, but if it were possible to convert a C array to a tuple, then I think it's just matter of creating a return variable
uint32_t[4] out
and sending that to python land.The text was updated successfully, but these errors were encountered: