HomeSort by relevance Sort by last modified time
    Searched defs:block_size_ (Results 1 - 25 of 33) sorted by null

1 2

  /system/update_engine/payload_generator/
raw_filesystem.h 53 uint64_t block_size_; member in class:chromeos_update_engine::RawFilesystem
block_mapping.h 40 explicit BlockMapping(size_t block_size) : block_size_(block_size) {}
67 size_t block_size_; member in class:chromeos_update_engine::BlockMapping
fake_filesystem.h 57 uint64_t block_size_; member in class:chromeos_update_engine::FakeFilesystem
  /bionic/linker/
linker_block_allocator.h 56 size_t block_size_; member in class:LinkerBlockAllocator
linker_allocator.h 120 size_t get_block_size() const { return block_size_; }
128 size_t block_size_; member in class:LinkerSmallObjectAllocator
  /external/protobuf/src/google/protobuf/stubs/
bytestream_unittest.cc 51 : data_(data), block_size_(block_size) {}
55 return data_.substr(0, block_size_);
61 int block_size_; member in class:google::protobuf::strings::__anon32399::MockByteSource
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
batchtospace_op.cc 168 OP_REQUIRES_OK(ctx, ctx->GetAttr("block_size", &block_size_));
170 ctx, block_size_ > 1,
171 errors::InvalidArgument("Block size should be > 1: ", block_size_));
179 {block_size_, block_size_}, crops);
183 int block_size_; member in class:tensorflow::__anon38726::BatchToSpaceOp
depthtospace_op.cc 37 OP_REQUIRES_OK(ctx, ctx->GetAttr("block_size", &block_size_));
39 ctx, block_size_ > 1,
40 errors::InvalidArgument("Block size should be > 1: ", block_size_));
72 reshaped_shape.push_back(block_size_);
73 block_elems *= block_size_;
86 output_shape.push_back(input_shape[1 + i] * block_size_);
94 reshaped_shape.push_back(block_size_);
95 block_elems *= block_size_;
112 output_shape.push_back(input_shape[2 + i] * block_size_);
123 // block_size_,
163 int block_size_; member in class:tensorflow::__anon38738::DepthToSpaceOp
    [all...]
spacetodepth_op.cc 37 OP_REQUIRES_OK(ctx, ctx->GetAttr("block_size", &block_size_));
39 ctx, block_size_ > 1,
40 errors::InvalidArgument("Block size should be > 1: ", block_size_));
68 OP_REQUIRES(ctx, input_shape[1 + i] % block_size_ == 0,
71 " is not divisible by block_size=", block_size_));
72 block_elems *= block_size_;
77 reshaped_shape.push_back(input_shape[1 + i] / block_size_);
78 reshaped_shape.push_back(block_size_);
93 output_shape.push_back(input_shape[1 + i] / block_size_);
100 OP_REQUIRES(ctx, input_shape[2 + i] % block_size_ == 0
167 int block_size_; member in class:tensorflow::__anon38780::SpaceToDepthOp
    [all...]
spacetobatch_op.cc 173 OP_REQUIRES_OK(ctx, ctx->GetAttr("block_size", &block_size_));
175 ctx, block_size_ > 1,
176 errors::InvalidArgument("Block size should be > 1: ", block_size_));
184 {block_size_, block_size_}, paddings);
188 int block_size_; member in class:tensorflow::__anon38779::SpaceToBatchOp
  /external/tensorflow/tensorflow/core/lib/core/
arena.h 68 assert(remaining_ <= block_size_); // an invariant
93 const size_t block_size_; member in class:tensorflow::core::Arena
  /external/webrtc/webrtc/common_audio/
blocker.h 41 // (read: |block_size_|) or received-audio-size (read: |chunk_size_|).
82 const size_t block_size_; member in class:webrtc::Blocker
115 // |shift_amount_| = |block_size_| / 2 for a Hann window.
  /frameworks/base/tools/aapt2/util/
BigBuffer.h 60 size_t block_size_; member in struct:aapt::BigBuffer::Block
131 size_t block_size_; member in class:aapt::BigBuffer
137 : block_size_(block_size), size_(0) {}
140 : block_size_(rhs.block_size_),
146 inline size_t BigBuffer::block_size() const { return block_size_; }
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_serialization_traits.h 32 : block_size_(block_size), byte_count_(0), have_backup_(false) {
48 slice_ = g_core_codegen_interface->grpc_slice_malloc(block_size_);
60 if (count == block_size_) {
78 const int block_size_; member in class:grpc::tensorflow_helper::final
  /external/tensorflow/tensorflow/core/distributed_runtime/
tensor_coding_test.cc 52 : s_(s), stream_(nullptr), block_size_(block_size) {}
58 protobuf::io::ArrayInputStream(s_->data(), s_->size(), block_size_);
72 int block_size_; member in class:tensorflow::StringSource
  /external/webrtc/webrtc/modules/audio_coding/neteq/
time_stretch_unittest.cc 65 block_size_(30 * sample_rate_hz_ / 1000), // 30 ms
66 audio_(new int16_t[block_size_]),
72 RTC_CHECK(input_file_->Read(block_size_, audio_.get()));
84 UpdateReturnStats(accelerate.Process(Next30Ms(), block_size_, fast_mode,
105 const size_t block_size_; member in class:webrtc::TimeStretchTest
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl_lite.h 82 const int block_size_; // How many bytes to return at a time. member in class:google::protobuf::io::ArrayInputStream
114 const int block_size_; // How many bytes to return at a time. member in class:google::protobuf::io::ArrayOutputStream
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl_lite.h 82 const int block_size_; // How many bytes to return at a time. member in class:google::protobuf::io::ArrayInputStream
114 const int block_size_; // How many bytes to return at a time. member in class:google::protobuf::io::ArrayOutputStream
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl_lite.h 82 const int block_size_; // How many bytes to return at a time. member in class:google::protobuf::io::ArrayInputStream
114 const int block_size_; // How many bytes to return at a time. member in class:google::protobuf::io::ArrayOutputStream
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl_lite.h 82 const int block_size_; // How many bytes to return at a time. member in class:google::protobuf::io::ArrayInputStream
114 const int block_size_; // How many bytes to return at a time. member in class:google::protobuf::io::ArrayOutputStream
  /external/brotli/c/enc/
metablock_inc.h 34 size_t block_size_; local
61 self->block_size_ = 0;
89 self->block_size_ =
90 BROTLI_MAX(size_t, self->block_size_, self->min_block_size_);
93 split->lengths[0] = (uint32_t)self->block_size_;
103 self->block_size_ = 0;
104 } else if (self->block_size_ > 0) {
125 split->lengths[self->num_blocks_] = (uint32_t)self->block_size_;
136 self->block_size_ = 0;
141 split->lengths[self->num_blocks_] = (uint32_t)self->block_size_;
    [all...]
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.h 89 const int block_size_; // How many bytes to return at a time. member in class:google::protobuf::io::ArrayInputStream
121 const int block_size_; // How many bytes to return at a time. member in class:google::protobuf::io::ArrayOutputStream
  /external/tensorflow/tensorflow/core/kernels/
depthtospace_op.cc 52 OP_REQUIRES_OK(context, context->GetAttr("block_size", &block_size_));
53 OP_REQUIRES(context, block_size_ > 1,
55 block_size_));
92 const int block_size_sq = block_size_ * block_size_;
94 // The depth must be divisible by block_size_ * block_size_
101 const int output_width = input_width * block_size_;
102 const int output_height = input_height * block_size_;
121 functor(context->eigen_device<GPUDevice>(), Tinput_v, block_size_,
142 int block_size_; member in class:tensorflow::DepthToSpaceOp
    [all...]
spacetodepth_op.cc 52 OP_REQUIRES_OK(context, context->GetAttr("block_size", &block_size_));
53 OP_REQUIRES(context, block_size_ > 1,
55 block_size_));
94 (width % block_size_) == 0 && (height % block_size_) == 0,
97 " should be divisible by block_size: ", block_size_));
99 // The 'spatial' block of size block_size_ X block_size_ will be moved
101 const int output_depth = input_depth * block_size_ * block_size_;
144 int block_size_; member in class:tensorflow::SpaceToDepthOp
    [all...]
  /external/tensorflow/tensorflow/core/platform/cloud/
file_block_cache.h 53 : block_size_(block_size),
97 size_t block_size() const { return block_size_; }
107 const size_t block_size_; member in class:tensorflow::FileBlockCache

Completed in 1735 milliseconds

1 2