Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_testbuffer.c1264 ndarray_push_base(NDArrayObject *nd, PyObject *items, in ndarray_push_base() function
1341 return ndarray_push_base(nd, v, shape, strides, offset, format, flags); in ndarray_init()
1380 if (ndarray_push_base(nd, items, shape, strides, in ndarray_push()