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

Method BaseGenerator

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

Source from the content-addressed store, hash-verified

14787 virtual ~Iterator() {}
14788
14789 virtual const ParamGeneratorInterface<ParamType>* BaseGenerator() const {
14790 return base_;
14791 }
14792 // Advance should not be called on beyond-of-range iterators
14793 // so no component iterators must be beyond end of range, either.
14794 virtual void Advance() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected