Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dparallel_interleave_dataset_op.cc333 block_count_++; in GetNextInternal()
334 if (block_count_ == dataset()->block_length_) { in GetNextInternal()
336 block_count_ = 0; in GetNextInternal()
339 block_count_ = 0; in GetNextInternal()
358 block_count_ = 0; in GetNextInternal()
394 block_count_ = 0; in GetNextInternal()
449 writer->WriteScalar(prefix(), kBlockCount, block_count_)); in SaveInternal()
494 block_count_ = size_t(temp); in RestoreInternal()
1192 size_t block_count_ TF_GUARDED_BY(mu_) = 0;
/external/webp/src/enc/
Dframe_enc.c498 enc->block_count_[0] += (mb->type_ == 0); in StoreSideInfo()
499 enc->block_count_[1] += (mb->type_ == 1); in StoreSideInfo()
500 enc->block_count_[2] += (mb->skip_ != 0); in StoreSideInfo()
530 memset(enc->block_count_, 0, sizeof(enc->block_count_)); in ResetSideInfo()
Dvp8i_enc.h393 int block_count_[3]; member
Dwebp_enc.c298 stats->block_count[i] = enc->block_count_[i]; in StoreStats()