| 694 | os << value; |
| 695 | } |
| 696 | void PrintDefaultValueString(std::ostream &os) const override { // NOLINT(*) |
| 697 | PrintValue(os, default_value_); |
| 698 | } |
| 699 | // get the internal representation of parameter |
| 700 | // for example if this entry corresponds field param.learning_rate |
| 701 | // then Get(¶m) will return reference to param.learning_rate |
nothing calls this directly
no outgoing calls
no test coverage detected