Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmlc/parameter_server
/ resize
Method
resize
src/util/sparse_matrix.h:65–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
return value_.memSize() + index_.memSize() + offset_.memSize();
64
}
65
void resize(size_t rows, size_t cols, size_t nnz, bool row_major) {
66
CHECK(false) <<
"TODO"
;
67
}
68
private:
69
70
//// y = A * x, version 1. simper and faster
Callers
1
dotTimes
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected