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

Method BaseGenerator

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

Source from the content-addressed store, hash-verified

10289 virtual ~Iterator() {}
10290
10291 virtual const ParamGeneratorInterface<T>* BaseGenerator() const {
10292 return base_;
10293 }
10294 virtual void Advance() {
10295 ++iterator_;
10296 value_.reset();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected