MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / operator->

Method operator->

tensorflow/compiler/xla/iterator_util.h:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68 auto operator*() -> decltype(iter_->get()) { return iter_->get(); }
69 auto operator-> () -> decltype(iter_->get()) { return iter_->get(); }
70 UnwrappingIterator& operator++() {
71 ++iter_;
72 return *this;

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected