Searched refs:_strides (Results 1 – 1 of 1) sorted by relevance
148 npy_intp* _strides = PyArray_STRIDES((PyArrayObject*) o); in allocate() local150 step[i] = (size_t)_strides[i]; in allocate()309 const npy_intp* _strides = PyArray_STRIDES(oarr); in pyopencv_to() local318 if( (i == ndims-1 && (size_t)_strides[i] != elemsize) || in pyopencv_to()319 (i < ndims-1 && _strides[i] < _strides[i+1]) ) in pyopencv_to()323 if( ismultichannel && _strides[1] != (npy_intp)elemsize*_sizes[2] ) in pyopencv_to()343 _strides = PyArray_STRIDES(oarr); in pyopencv_to()349 step[i] = (size_t)_strides[i]; in pyopencv_to()