Home
last modified time | relevance | path

Searched refs:array_module (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython3/Modules/
Darraymodule.c2202 PyObject *array_module = PyImport_ImportModule("array"); in array_array___reduce_ex___impl() local
2203 if (array_module == NULL) in array_array___reduce_ex___impl()
2206 array_module, in array_array___reduce_ex___impl()
2208 Py_DECREF(array_module); in array_array___reduce_ex___impl()
/aosp_15_r20/external/eigen/doc/
H A DDoxyfile.in210 … "array_module=This is defined in the %Array module. \code #include <Eigen/Array> \endcode" \