xla
xla copied to clipboard
Move PyBuffer methods used by PyArray to c++.
Move PyBuffer methods used by PyArray to c++.
def delete(self): ...
def unsafe_buffer_pointer(self) -> Any: ...
def clone(self) -> ArrayImpl: ...
def _copy_single_device_array_to_host_async(self): ...
def _single_device_array_to_np_array(self) -> np.ndarray: ...
def on_device_size_in_bytes(self) -> int: ...