Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dmemoryobject.c1259 copy_shape(Py_ssize_t *shape, const PyObject *seq, Py_ssize_t ndim, in copy_shape() function
1316 len = copy_shape(view->shape, shape, ndim, view->itemsize); in cast_to_ND()