|
ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
|
SplitMetadataDescriptor is a serialization descriptor provided by the user for a user-specified type. It should contain the following public member functions:
which returns the metadata that describes the object, e.g., shape information. This data will be passed to
which returns a new instance of T, initialized with the previously provided metadata. This instance will be deserialization target.
Both the serialization source and the deserialization target objects will be passed to
which returns a collection of
Definition at line 36 of file splitmd_data_descriptor.h.
1.9.8