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

Method Current

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

Source from the content-addressed store, hash-verified

13822 return new Iterator(*this);
13823 }
13824 virtual const ParamType* Current() const { return &current_value_; }
13825 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const {
13826 // Having the same base generator guarantees that the other
13827 // iterator is of the same type and we can downcast.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected