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

Method GetStringValue

include/dmlc/parameter.h:632–636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630 }
631
632 std::string GetStringValue(void *head) const override {
633 std::ostringstream os;
634 PrintValue(os, this->Get(head));
635 return os.str();
636 }
637 ParamFieldInfo GetFieldInfo() const override {
638 ParamFieldInfo info;
639 std::ostringstream os;

Callers 3

GetDictMethod · 0.80
UpdateDictMethod · 0.80
SetEnvFunction · 0.80

Calls 2

GetMethod · 0.45
strMethod · 0.45

Tested by

no test coverage detected