MCPcopy Create free account
hub / github.com/dmlc/dmlc-core / PrintDefaultValueString

Method PrintDefaultValueString

include/dmlc/parameter.h:696–698  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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(&param) will return reference to param.learning_rate

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected