hipdf.core.dtypes.StructDtype.host_serialize

hipdf.core.dtypes.StructDtype.host_serialize#

21 min read time

Applies to Linux

StructDtype.host_serialize()#

Serialize data and metadata associated with host memory.

Returns#

headerdict

The metadata required to reconstruct the object.

frameslist

The Buffers or memoryviews that the object should contain.

meta private: