MCPcopy Create free account
hub / github.com/dmlc/parameter_server / data

Method data

src/util/shared_array.h:117–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 return (empty() ? Range<V>(0,0) : Range<V>(front(), back()+1));
116 }
117 V* data() const { return data_; }
118 const shared_ptr<void>& pointer() const { return ptr_; }
119 // number of non-zero entries
120 size_t nnz() const;

Callers 15

computeGradientMethod · 0.80
updateDualMethod · 0.80
updateModelMethod · 0.80
getValueMethod · 0.80
setValueMethod · 0.80
connectMethod · 0.80
sendMethod · 0.80
processMethod · 0.80
processMethod · 0.80
encodeMethod · 0.80
decodeMethod · 0.80
convertMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected