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

Method operator*

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

Source from the content-addressed store, hash-verified

66 explicit UnwrappingIterator(NestedIter iter) : iter_(std::move(iter)) {}
67
68 auto operator*() -> decltype(iter_->get()) { return iter_->get(); }
69 auto operator-> () -> decltype(iter_->get()) { return iter_->get(); }
70 UnwrappingIterator& operator++() {
71 ++iter_;

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected