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

1 2

  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
partition_assignment.cc 40 launch_dims.block_count(),
91 int64 block_count = CeilOfRatio(num_elements, threads_per_block); local
95 num_elements, threads_per_block, block_count);
97 return LaunchDimensions(block_count, threads_per_block);
partition_assignment.h 41 LaunchDimensions(int64 block_count, int64 threads_per_block)
42 : block_count_(block_count), threads_per_block_(threads_per_block) {}
48 int64 block_count() const { return block_count_; } function in class:xla::gpu::LaunchDimensions
  /external/tensorflow/tensorflow/core/kernels/
adjust_hue_op_gpu.cu.cc 34 const int block_count = local
37 <<<block_count, threads_per_block, 0, stream>>>(
adjust_saturation_op_gpu.cu.cc 36 const int block_count = local
39 <<<block_count, threads_per_block, 0, stream>>>(
  /system/update_engine/payload_consumer/
extent_writer_unittest.cc 197 const int block_count = 4; local
208 while (bytes_written < (block_count * kBlockSize)) {
209 size_t bytes_to_write = min(block_count * kBlockSize - bytes_written,
225 brillo::Blob big(block_count * kBlockSize);
  /external/fio/os/
os-mac.h 53 uint64_t block_count; local
55 if (ioctl(f->fd, DKIOCGETBLOCKCOUNT, &block_count) == -1)
61 *bytes *= block_count;
  /external/tensorflow/tensorflow/core/platform/cloud/
file_block_cache_test.cc 134 const uint32 block_count = 256; local
135 FileBlockCache cache(block_size, block_count * block_size, 0, fetcher);
137 out.resize(block_count, 0);
138 // The cache has space for `block_count` blocks. The loop with i = 0 should
143 for (int j = 0; j < block_count; j++) {
235 const uint32 block_count = 2; local
236 FileBlockCache cache(block_size, block_count * block_size, 0, fetcher);
  /external/google-breakpad/src/common/mac/
macho_id.cc 101 int block_count = MAX_BLOCK / 16; local
105 } while (--block_count);
  /external/tensorflow/tensorflow/core/util/
cuda_launch_config.h 77 MyKernel1D <<<config.block_count,
80 MyKernel2D <<<config.block_count,
83 MyKernel3D <<<config.block_count,
88 MyKernel1D <<<config.block_count,
92 MyKernel2D <<<config.block_count,
96 MyKernel3D <<<config.block_count,
118 int block_count = -1; member in struct:tensorflow::CudaLaunchConfig
134 const int block_count = local
140 config.block_count = block_count;
155 int block_count = 0; local
182 int block_count = 0; local
199 dim3 block_count = dim3(0, 0, 0); member in struct:tensorflow::Cuda2DLaunchConfig
256 int block_count = 0; local
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/val/
function.cpp 191 size_t Function::block_count() const { return blocks_.size(); } function in class:libspirv::Function
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorDeviceThreadPool.h 207 Index block_count = divup(n, block_size); local
211 static_cast<double>(block_count) /
212 (divup<int>(block_count, numThreads()) * numThreads());
215 for (Index prev_block_count = block_count; prev_block_count > 1;) {
237 block_count = coarser_block_count;
246 // block_count leaves that do actual computations.
247 Barrier barrier(static_cast<unsigned int>(block_count));
  /external/libchrome/base/trace_event/
malloc_dump_provider.cc 149 size_t block_count; member in struct:base::trace_event::__anon24410::WinHeapInfo
170 crt_heap_info->block_count++;
242 allocated_objects_count = main_heap_info.block_count;
  /external/libjpeg-turbo/
rdtarga.c 70 int block_count; /* # of pixels remaining in RLE block */ member in struct:_tga_source_struct
151 if (--sinfo->block_count < 0) { /* decrement pixels remaining in block */
155 sinfo->block_count = 0; /* then read new block header */
157 sinfo->block_count = i & 0x7F; /* number of pixels after this one */
375 source->block_count = source->dup_pixel_count = 0;
  /external/mesa3d/src/amd/vulkan/
radv_meta_buffer.c 298 uint64_t block_count = round_up_u64(size, 1024); local
346 radv_CmdDispatch(radv_cmd_buffer_to_handle(cmd_buffer), block_count, 1, 1); local
360 uint64_t block_count = round_up_u64(size, 1024); local
423 radv_CmdDispatch(radv_cmd_buffer_to_handle(cmd_buffer), block_count, 1, 1); local
  /external/squashfs-tools/squashfs-tools/
caches-queues-lists.h 148 int block_count; member in struct:seq_queue
  /external/v8/src/crankshaft/
hydrogen-escape-analysis.cc 43 int block_count = graph()->blocks()->length(); local
44 for (int i = 0; i < block_count; ++i) {
  /system/vold/
EncryptInplace.cpp 201 u32 block_count = std::min(info.blocks_per_group, local
217 for (block = 0; block < block_count; block++) {
  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c 331 int i, block_count, bl_index, sb_rows, sb_cols, sbs_in_frame; local
342 block_count = cr->percent_refresh * cm->mi_rows * cm->mi_cols / 100;
344 // cr->mb_index, and stopping when either block_count blocks have been found
413 } while (cr->target_num_seg_blocks < block_count && i != cr->sb_index);
  /external/python/cpython2/Mac/Demo/applescript/Disk_Copy/
Standard_Suite.py 222 class block_count(aetools.NProperty): class in inherits:aetools.NProperty
285 block_count = block_count variable
346 'block_count' : block_count,
373 'block_count' : block_count,
459 'Xblk' : block_count,
  /external/v8/src/compiler/
register-allocator-verifier.cc 509 const size_t block_count = sequence()->instruction_blocks().size(); local
510 for (size_t block_index = 0; block_index < block_count; ++block_index) {
  /external/libxaac/decoder/drc_src/
impd_drc_eq.h 148 WORD32 block_count; member in struct:__anon26355
  /external/mmc-utils/
mmc_cmds.c 1498 u_int16_t block_count; member in struct:rpmb_frame
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
windmc.c 667 int block_count, i; local
683 block_count = mc_get_block_count (nl, elems);
685 dta_off = (rc_uint_type) ((BIN_MESSAGETABLE_BLOCK_SIZE * block_count) + BIN_MESSAGETABLE_SIZE - 4);
692 target_put_32 (mtbl->cblocks, block_count);
  /external/ImageMagick/coders/
gif.c 883 block_count;
888 count=ReadBlob(image,1,&block_count);
891 count=ReadBlob(image,(size_t) block_count,data);
892 if (count != (ssize_t) block_count)
875 block_count; local
    [all...]
  /external/opencv/cxcore/src/
cxmatrix.cpp 1685 int block_count = 0; local
1769 int block_count0, block_count, buf_size, elem_size; local
1906 int block_count0, block_count, buf_size, elem_size; local
    [all...]

Completed in 456 milliseconds

1 2