Home
last modified time | relevance | path

Searched refs:next_loc_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/util/sparse/
Dgroup_iterator.cc23 ++next_loc_; in UpdateEndOfGroup()
26 while (next_loc_ < N && iter_->GroupMatches(ix_t, loc_, next_loc_)) { in UpdateEndOfGroup()
27 ++next_loc_; in UpdateEndOfGroup()
43 loc_ = next_loc_; in operator ++()
66 next_loc_ - loc_, iter_->dims_); in indices()
Dgroup_iterator.h37 : iter_(iter), loc_(loc), next_loc_(next_loc) {} in Group()
47 int64 next_loc_; variable
111 : iter_(iter), loc_(loc), next_loc_(loc_) { in IteratorStep()
120 Group operator*() const { return Group(iter_, loc_, next_loc_); }
126 int64 next_loc_; variable
142 next_loc_ - loc_); in values()