Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/sparse/
Dgroup_iterator.h36 Group(GroupIterable* iter, int64 loc, int64 next_loc) in Group() argument
37 : iter_(iter), loc_(loc), next_loc_(next_loc) {} in Group()