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

Method debugString

src/util/matrix.h:121–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 Eigen::Map<EArr> eigenArray() { return value_.eigenArray(); }
120
121 virtual string debugString() const { return info_.DebugString(); }
122 protected:
123 MatrixInfo info_;
124 SArray<V> value_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected