Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dmemoryobject.c1298 cast_to_ND(PyMemoryViewObject *mv, const PyObject *shape, int ndim) in cast_to_ND() function
1410 if (shape && cast_to_ND(mv, shape, (int)ndim) < 0) in memoryview_cast_impl()