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

Method PrintValue

include/dmlc/parameter.h:693–695  ·  view source on GitHub ↗

print the value

Source from the content-addressed store, hash-verified

691 protected:
692 // print the value
693 virtual void PrintValue(std::ostream &os, DType value) const { // NOLINT(*)
694 os << value;
695 }
696 void PrintDefaultValueString(std::ostream &os) const override { // NOLINT(*)
697 PrintValue(os, default_value_);
698 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected