|
LBANN
0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
|
Classes | |
| struct | PBCppTypePOD |
| struct | PBCppTypeS |
Functions | |
| ADD_PB_CPPTYPE (int32, INT32) | |
| ADD_PB_CPPTYPE (int64, INT64) | |
| ADD_PB_CPPTYPE (uint32, UINT32) | |
| ADD_PB_CPPTYPE (uint64, UINT64) | |
| ADD_PB_CPPTYPE (double, DOUBLE) | |
| ADD_PB_CPPTYPE (float, FLOAT) | |
| ADD_PB_CPPTYPE (std::string, STRING) | |
| ADD_PB_CPPTYPE (bool, BOOL) | |
| template<typename T > | |
| auto | get_repeated_field_ref (google::protobuf::Message const &msg, std::string const &field_name) |
| Common code to extract a repeated field reference from a message. More... | |
Variables | |
| template<typename T > | |
| constexpr auto | PBCppType = PBCppTypeS<T>::value |
| lbann::protobuf::details::ADD_PB_CPPTYPE | ( | int32 | , |
| INT32 | |||
| ) |
| lbann::protobuf::details::ADD_PB_CPPTYPE | ( | int64 | , |
| INT64 | |||
| ) |
| lbann::protobuf::details::ADD_PB_CPPTYPE | ( | uint32 | , |
| UINT32 | |||
| ) |
| lbann::protobuf::details::ADD_PB_CPPTYPE | ( | uint64 | , |
| UINT64 | |||
| ) |
| lbann::protobuf::details::ADD_PB_CPPTYPE | ( | double | , |
| DOUBLE | |||
| ) |
| lbann::protobuf::details::ADD_PB_CPPTYPE | ( | float | , |
| FLOAT | |||
| ) |
| lbann::protobuf::details::ADD_PB_CPPTYPE | ( | std::string | , |
| STRING | |||
| ) |
| lbann::protobuf::details::ADD_PB_CPPTYPE | ( | bool | , |
| BOOL | |||
| ) |
| auto lbann::protobuf::details::get_repeated_field_ref | ( | google::protobuf::Message const & | msg, |
| std::string const & | field_name | ||
| ) |
|
inline |