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

Method CartesianProductGenerator2

test/gtest/gtest.h:13780–13782  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13778 typedef ::std::tr1::tuple<T1, T2> ParamType;
13779
13780 CartesianProductGenerator2(const ParamGenerator<T1>& g1,
13781 const ParamGenerator<T2>& g2)
13782 : g1_(g1), g2_(g2) {}
13783 virtual ~CartesianProductGenerator2() {}
13784
13785 virtual ParamIteratorInterface<ParamType>* Begin() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected