IntelĀ® Machine Learning Scaling Library
2018
A library providing an efficient implementation of communication patterns used in deep learning.
|
A class to hold block information for activations packing/unpacking. More...
#include <mlsl.hpp>
Public Member Functions | |
size_t | GetMbOffset () |
size_t | GetMbCount () |
size_t | GetFmOffset () |
size_t | GetFmCount () |
size_t | GetFmSize () |
DataType | GetDataType () |
size_t | GetBufOffset () |
A class to hold block information for activations packing/unpacking.
Holds information about Activation partitioning and is used for packing/upacking to/from the communication buffer.
size_t MLSL::CommBlockInfo::GetBufOffset | ( | ) |
DataType MLSL::CommBlockInfo::GetDataType | ( | ) |
size_t MLSL::CommBlockInfo::GetFmCount | ( | ) |
size_t MLSL::CommBlockInfo::GetFmOffset | ( | ) |
size_t MLSL::CommBlockInfo::GetFmSize | ( | ) |
size_t MLSL::CommBlockInfo::GetMbCount | ( | ) |
size_t MLSL::CommBlockInfo::GetMbOffset | ( | ) |