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

Method Begin

test/gtest/gtest.h:15207–15211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15205 virtual ~CartesianProductGenerator10() {}
15206
15207 virtual ParamIteratorInterface<ParamType>* Begin() const {
15208 return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_,
15209 g3_.begin(), g4_, g4_.begin(), g5_, g5_.begin(), g6_, g6_.begin(), g7_,
15210 g7_.begin(), g8_, g8_.begin(), g9_, g9_.begin(), g10_, g10_.begin());
15211 }
15212 virtual ParamIteratorInterface<ParamType>* End() const {
15213 return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end(),
15214 g4_, g4_.end(), g5_, g5_.end(), g6_, g6_.end(), g7_, g7_.end(), g8_,

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected