SG++-Doxygen-Documentation
sgpp::datadriven::MergeGridNetworkMessage Struct Reference

Packet wrapper in MPI_Packet containing segmented data from the alpha vector of the trained system. More...

#include <NetworkMessageData.hpp>

Public Attributes

size_t alphaTotalSize
 The total size of the alpha vector over all segments. More...
 
size_t batchOffset
 The offset of the batch that was trained with. More...
 
size_t batchSize
 The size of the batch that was trained with. More...
 
size_t classIndex
 The index of the class that was trained. More...
 
size_t gridversion
 The version of the grid where the training took place. More...
 
unsigned char payload [(MPI_PACKET_MAX_PAYLOAD_SIZE - 7 *sizeof(size_t))]
 The packet's data. More...
 
size_t payloadLength
 The number of values contained in this segment. More...
 
size_t payloadOffset
 The offset from the start of the alpha vector where this segment of data starts. More...
 

Detailed Description

Packet wrapper in MPI_Packet containing segmented data from the alpha vector of the trained system.

Member Data Documentation

◆ alphaTotalSize

size_t sgpp::datadriven::MergeGridNetworkMessage::alphaTotalSize

The total size of the alpha vector over all segments.

Referenced by sgpp::datadriven::MPIMethods::receiveMergeGridNetworkMessage().

◆ batchOffset

size_t sgpp::datadriven::MergeGridNetworkMessage::batchOffset

The offset of the batch that was trained with.

Referenced by sgpp::datadriven::MPIMethods::receiveMergeGridNetworkMessage().

◆ batchSize

size_t sgpp::datadriven::MergeGridNetworkMessage::batchSize

The size of the batch that was trained with.

Referenced by sgpp::datadriven::MPIMethods::receiveMergeGridNetworkMessage().

◆ classIndex

size_t sgpp::datadriven::MergeGridNetworkMessage::classIndex

◆ gridversion

size_t sgpp::datadriven::MergeGridNetworkMessage::gridversion

The version of the grid where the training took place.

Referenced by sgpp::datadriven::MPIMethods::receiveMergeGridNetworkMessage().

◆ payload

unsigned char sgpp::datadriven::MergeGridNetworkMessage::payload[(MPI_PACKET_MAX_PAYLOAD_SIZE - 7 *sizeof(size_t))]

◆ payloadLength

size_t sgpp::datadriven::MergeGridNetworkMessage::payloadLength

The number of values contained in this segment.

Referenced by sgpp::datadriven::MPIMethods::receiveMergeGridNetworkMessage().

◆ payloadOffset

size_t sgpp::datadriven::MergeGridNetworkMessage::payloadOffset

The offset from the start of the alpha vector where this segment of data starts.

Referenced by sgpp::datadriven::MPIMethods::receiveMergeGridNetworkMessage().


The documentation for this struct was generated from the following file: