MCPcopy Create free account
hub / github.com/BVLC/caffe / BaseGenerator

Method BaseGenerator

src/gtest/gtest.h:10226–10228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10224 virtual ~Iterator() {}
10225
10226 virtual const ParamGeneratorInterface<T>* BaseGenerator() const {
10227 return base_;
10228 }
10229 virtual void Advance() {
10230 ++iterator_;
10231 value_.reset();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected