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

Method ParamGenerator

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

Source from the content-addressed store, hash-verified

10160 typedef ParamIterator<T> iterator;
10161
10162 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {}
10163 ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {}
10164
10165 ParamGenerator& operator=(const ParamGenerator& other) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected