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

Method ComputeCurrentValue

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

Source from the content-addressed store, hash-verified

13852 }
13853
13854 void ComputeCurrentValue() {
13855 if (!AtEnd())
13856 current_value_ = ParamType(*current1_, *current2_);
13857 }
13858 bool AtEnd() const {
13859 // We must report iterator past the end of the range when either of the
13860 // component iterators has reached the end of its range.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected