Function deepmd::read_file_to_string#
Defined in File common.h
Function Documentation#
- void deepmd::read_file_to_string(std::string model, std::string &file_content)#
Read model file to a string.
- Parameters:
model – [in] Path to the model.
file_content – [out] Content of the model file.