We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
We could add a macro that automatically does the following, so that users don't forget to doxt::import_numpy() which results in weird segfaults.
xt::import_numpy()
PYBIND11_MODULE(mymodule, m) { xt::import_numpy();}