
    `i:                         d  Z dS )c                     | j         j        x}}| j        }| j        }| j        }t          ||          D ]"\  }}|dk     r||dz
  |z  z  }||dz
  |z  z  }#||z  }||fS )zReturns pointers to the end-points of an array.

    Args:
        a: ndarray
    Returns:
        Tuple[int, int]: pointers to the end-points of an array

    .. seealso:: :func:`numpy.byte_bounds`
           )dataptrstridesshapeitemsizezip)aa_lowa_high	a_stridesa_shapea_item_bytesr   strides           j/home/jaya/work/projects/VOICE-AGENT/VIET/agent-env/lib/python3.11/site-packages/cupy/_misc/byte_bounds.pybyte_boundsr      s     VZEF	IgG:LWi00 + +vA::eai6))EEuqyF**FF
lF&=    N)r    r   r   <module>r      s       r   