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

  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
partition_assignment.h 39 LaunchDimensions() : block_count_(1), threads_per_block_(1) {}
42 : block_count_(block_count), threads_per_block_(threads_per_block) {}
45 return block_count_ == 1 && threads_per_block_ == 1;
48 int64 block_count() const { return block_count_; }
53 int64 block_count_; member in class:xla::gpu::LaunchDimensions
  /external/webrtc/webrtc/modules/audio_processing/intelligibility/
intelligibility_enhancer.cc 104 block_count_(0),
173 if (block_count_ < 2) {
175 ++block_count_;
182 if (block_count_ % analysis_rate_ == analysis_rate_ - 1) {
188 ++block_count_;
intelligibility_enhancer.h 176 int block_count_; member in class:webrtc::IntelligibilityEnhancer
  /external/tensorflow/tensorflow/core/kernels/data/experimental/
parallel_interleave_dataset_op.cc 291 block_count_++;
292 if (block_count_ == dataset()->block_length_) {
294 block_count_ = 0;
297 block_count_ = 0;
311 block_count_ = 0;
337 block_count_ = 0;
387 writer->WriteScalar(full_name("block_count"), block_count_));
431 block_count_ = size_t(temp);
    [all...]
  /external/webp/src/enc/
frame_enc.c 495 enc->block_count_[0] += (mb->type_ == 0);
496 enc->block_count_[1] += (mb->type_ == 1);
497 enc->block_count_[2] += (mb->skip_ != 0);
527 memset(enc->block_count_, 0, sizeof(enc->block_count_));
vp8i_enc.h 394 int block_count_[3]; member in struct:VP8Encoder
webp_enc.c 298 stats->block_count[i] = enc->block_count_[i];

Completed in 1220 milliseconds