[ Web Proxy ]
URL:
Viewing: https://arrow.apache.org/docs/python/generated/pyarrow.cuda.read_message.html [Back]  [Original]

pyarrow.cuda.read_message — Apache Arrow v25.0.1
Back to top
Search the docs ...:

pyarrow.cuda.read_message#

pyarrow.cuda.read_message(source, pool=None)#

Read Arrow IPC message located on GPU device

Parameters:
source{CudaBuffer, cuda.BufferReader}

Device buffer or reader of device buffer.

poolMemoryPool (optional)

Pool to allocate CPU memory for the metadata

Returns:
messageMessage

The deserialized message, body still on device


Web Proxy Viewer  |  New URL  |  Original Page