|
LBANN
0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
|
Functions | |
Prototext I/O | |
| void | fill (std::istream &is, google::protobuf::Message &msg) |
| Fill the protobuf message from prototext in a stream. More... | |
| void | fill (std::string const &str, google::protobuf::Message &msg) |
| Fill the protobuf message from prototext in a string. More... | |
| void | load (std::string const &ptext_filename, google::protobuf::Message &msg) |
| Fill the protobuf message from prototext in a file. More... | |
| void | write (std::ostream &os, google::protobuf::Message const &msg) |
| Write the protobuf message in prototext in a stream. More... | |
| std::string | write (google::protobuf::Message const &msg) |
| Write the protobuf message in prototext into a string. More... | |
| void | write (std::string const &ptext_filename, google::protobuf::Message const &msg) |
| Write the protobuf message in prototext to a file. More... | |
| void lbann::protobuf::text::fill | ( | std::istream & | is, |
| google::protobuf::Message & | msg | ||
| ) |
Fill the protobuf message from prototext in a stream.
| void lbann::protobuf::text::fill | ( | std::string const & | str, |
| google::protobuf::Message & | msg | ||
| ) |
Fill the protobuf message from prototext in a string.
| void lbann::protobuf::text::load | ( | std::string const & | ptext_filename, |
| google::protobuf::Message & | msg | ||
| ) |
Fill the protobuf message from prototext in a file.
| void lbann::protobuf::text::write | ( | std::ostream & | os, |
| google::protobuf::Message const & | msg | ||
| ) |
Write the protobuf message in prototext in a stream.
| std::string lbann::protobuf::text::write | ( | google::protobuf::Message const & | msg | ) |
Write the protobuf message in prototext into a string.
| void lbann::protobuf::text::write | ( | std::string const & | ptext_filename, |
| google::protobuf::Message const & | msg | ||
| ) |
Write the protobuf message in prototext to a file.