o
    WÛ·ih  ã                   @  s$   d dl mZ d dlmZ dd„ ZdS )é    )Úannotations)Ú	get_boundc                 C  s   t | ƒS )zËReturns 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`
    )Ú_get_bounds)Úa© r   úL/home/ubuntu/vllm_env/lib/python3.10/site-packages/cupy/_misc/byte_bounds.pyÚbyte_bounds   s   
r   N)Ú
__future__r   Úcupy._core._memory_ranger   r   r   r   r   r   r   Ú<module>   s    