HomeSort by relevance Sort by last modified time
    Searched refs:next_loc_ (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/util/sparse/
group_iterator.cc 23 ++next_loc_;
26 while (next_loc_ < N && iter_->GroupMatches(ix_t, loc_, next_loc_)) {
27 ++next_loc_;
43 loc_ = next_loc_;
66 &(iter_->ix_.matrix<int64>()(loc_, 0)), next_loc_ - loc_, iter_->dims_);
group_iterator.h 37 : iter_(iter), loc_(loc), next_loc_(next_loc) {}
47 int64 next_loc_; member in class:tensorflow::sparse::Group
107 : iter_(iter), loc_(loc), next_loc_(loc_) {
116 Group operator*() const { return Group(iter_, loc_, next_loc_); }
122 int64 next_loc_; member in class:tensorflow::sparse::GroupIterable::IteratorStep
137 next_loc_ - loc_);

Completed in 614 milliseconds