HomeSort by relevance Sort by last modified time
    Searched refs:strides_from_shape (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Modules/
_testbuffer.c 282 static Py_ssize_t *strides_from_shape(const ndbuf_t *, int flags);
690 strides = strides_from_shape(nd->head, 0);
887 strides_from_shape(const ndbuf_t *ndbuf, int flags) function
    [all...]
  /external/python/cpython3/Lib/test/
test_buffer.py 255 def strides_from_shape(ndim, shape, itemsize, layout): function
325 sstrides = strides_from_shape(ndim, shape, 1, 'C')
326 dstrides = strides_from_shape(ndim, shape[::-1], 1, 'C')
    [all...]

Completed in 86 milliseconds