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

  /external/python/cpython3/Include/
memoryobject.h 65 Py_ssize_t ob_array[1]; /* shape, strides, suboffsets */ member in struct:__anon33154
  /external/python/cpython3/Objects/
memoryobject.c 632 mv->view.shape = mv->ob_array;
633 mv->view.strides = mv->ob_array + ndim;
634 mv->view.suboffsets = mv->ob_array + 2 * ndim;
647 the memoryview's ob_array field.
684 size of the memoryview's ob_array.
    [all...]

Completed in 63 milliseconds