cupy.byte_bounds# cupy.byte_bounds(a)[source]# Returns pointers to the end-points of an array. Parameters a – ndarray Returns pointers to the end-points of an array Return type Tuple[int, int] See also numpy.byte_bounds()