Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddecode_proto_op.cc499 index = next_repeat_index_; in ReadValue()
501 next_repeat_index_ = index + 1; in ReadValue()
526 if (next_repeat_index_ >= max_repeat_count_) { in ReadPackedValues()
534 stride, &next_repeat_index_, datap_); in ReadPackedValues()
577 for (int i = next_repeat_index_; i < max_repeat_count_; i++) { in FillDefault()
583 int32 next_repeat_index_ = 0; member in tensorflow::__anon8bcbf5420111::DenseCollector