Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmlc/parameter_server
/ debugString
Method
debugString
src/util/dense_matrix.h:57–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
virtual string debugString() const {
58
std::stringstream ss;
59
ss << rows() <<
" x "
<< cols() <<
" dense matrix "
<< std::endl
60
<< dbstr(value_.data(), value_.size(), 8);
61
return ss.str();
62
}
63
};
64
65
Callers
nothing calls this directly
Calls
3
dbstr
Function · 0.85
data
Method · 0.80
size
Method · 0.45
Tested by
no test coverage detected