diff --git a/paddle/parameter/Argument.h b/paddle/parameter/Argument.h index e2a8500c3f82a196b3e611167e9728a31de713d3..178c068b93ac5fc1e06200984f14da86069cf7e4 100644 --- a/paddle/parameter/Argument.h +++ b/paddle/parameter/Argument.h @@ -306,6 +306,12 @@ struct Argument { */ void getValueString(std::unordered_map* out) const; + /** + * @brief printValueString will print the argument's output in order of + * 'value', 'id', 'sequence pos', 'sub-sequence pos'. + * @param stream: Output stream + * @param prefix: line prefix for printing. + */ void printValueString(std::ostream& stream, const std::string& prefix = "") const; };