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

Method End

test/gtest/gtest.h:14545–14548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14543 g7_.begin());
14544 }
14545 virtual ParamIteratorInterface<ParamType>* End() const {
14546 return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end(),
14547 g4_, g4_.end(), g5_, g5_.end(), g6_, g6_.end(), g7_, g7_.end());
14548 }
14549
14550 private:
14551 class Iterator : public ParamIteratorInterface<ParamType> {

Callers

nothing calls this directly

Calls 1

endMethod · 0.45

Tested by

no test coverage detected