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

Method Begin

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

Source from the content-addressed store, hash-verified

10187 virtual ~RangeGenerator() {}
10188
10189 virtual ParamIteratorInterface<T>* Begin() const {
10190 return new Iterator(this, begin_, 0, step_);
10191 }
10192 virtual ParamIteratorInterface<T>* End() const {
10193 return new Iterator(this, end_, end_index_, step_);
10194 }

Callers 1

beginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected