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:__anon37089
  /external/python/cpython3/Objects/
memoryobject.c 634 mv->view.shape = mv->ob_array;
635 mv->view.strides = mv->ob_array + ndim;
636 mv->view.suboffsets = mv->ob_array + 2 * ndim;
649 the memoryview's ob_array field.
686 size of the memoryview's ob_array.
    [all...]

Completed in 286 milliseconds