Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在手动修改 NumPy 数组的形状和步幅,这可能(或可能不会)使邻接标志无效。
NPY_C_CONTIGUOUS
NPY_F_CONTIGUOUS
我自己没有尝试过这些,所以我对它们的使用并不完全清楚,但你可以尝试使用:
PyArray_CLEARFLAGS
PyArray_ENABLEFLAGS
在Numpy v1.7 数组 API中找到