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

Method Begin

test/gtest/gtest.h:14354–14357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14352 virtual ~CartesianProductGenerator6() {}
14353
14354 virtual ParamIteratorInterface<ParamType>* Begin() const {
14355 return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_,
14356 g3_.begin(), g4_, g4_.begin(), g5_, g5_.begin(), g6_, g6_.begin());
14357 }
14358 virtual ParamIteratorInterface<ParamType>* End() const {
14359 return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end(),
14360 g4_, g4_.end(), g5_, g5_.end(), g6_, g6_.end());

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected