MCPcopy Create free account
hub / github.com/apache/singa / Size

Method Size

include/singa/utils/safe_queue.h:172–172  ·  view source on GitHub ↗

* @return Number of elements in the queue. */

Source from the content-addressed store, hash-verified

170 * @return Number of elements in the queue.
171 */
172 unsigned int Size() const { return queue_.Size(); }
173
174 private:
175 struct Element {

Callers

nothing calls this directly

Calls 1

SizeMethod · 0.45

Tested by

no test coverage detected