Home
last modified time | relevance | path

Searched defs:block_count (Results 1 – 25 of 91) sorted by relevance

1234

/external/tensorflow/tensorflow/core/util/
Dgpu_launch_config.h119 int block_count = -1; member
136 const int block_count = in GetGpuLaunchConfig() local
162 int block_count = 0; in GetGpuLaunchConfig() local
197 int block_count = 0; in GetGpuLaunchConfigFixedBlockSize() local
222 dim3 block_count = dim3(0, 0, 0); member
299 int block_count = 0; in GetGpu3DLaunchConfig() local
/external/tensorflow/tensorflow/core/kernels/image/
Dadjust_hue_op_gpu.cu.cc36 const int block_count = in operator ()() local
Dadjust_saturation_op_gpu.cu.cc37 const int block_count = in operator ()() local
/external/flashrom/include/
Derasure_layout.h31 size_t block_count; member
/external/mesa3d/src/intel/vulkan/
Danv_nir.h63 uint32_t block_count; member
/external/executorch/kernels/portable/cpu/
Dop_index.cpp41 size_t block_count = count_index_blocks(indices); in index_Tensor_out() local
Dop_index_put.cpp42 size_t block_count = count_index_blocks(indices); in index_put_out() local
/external/tensorflow/tensorflow/compiler/xla/stream_executor/
Ddevice_description.cc144 int64_t *block_count) { in CalculateDimensionality()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dlaunch_dimensions.cc131 int64_t block_count = in CalculateLaunchDimensions() local
/external/flashrom/
Derasure_layout.c29 size_t block_count = 0; in calculate_block_count() local
113 const size_t block_count = calculate_block_count(flashctx->chip, eraser_idx); in create_erase_layout() local
/external/mesa3d/src/freedreno/ir3/
Dir3_liveness.c115 unsigned block_count = 0; in ir3_calc_liveness_for() local
/external/coreboot/src/commonlib/storage/
Dstorage_write.c13 uint64_t block_count, const void *src) in storage_write()
Dstorage.c202 uint32_t block_count) in storage_read()
/external/libchrome/base/trace_event/
Dmalloc_dump_provider.cc37 size_t block_count; member
/external/perfetto/src/trace_processor/containers/
Dbit_vector.cc427 uint32_t block_count = BlockCount(size); in FromSortedIndexVector() local
459 auto block_count = BlockCount(max_idx + 1); in FromUnsortedIndexVector() local
/external/mesa3d/src/virtio/vulkan/
Dvn_device.c227 uint32_t block_count, in merge_extension_names()
266 uint32_t block_count = 0; in vn_device_fix_create_info() local
/external/python/cpython3/Lib/test/
Dtest_urllib.py762 def hooktester(block_count, block_read_size, file_size, count_holder=[0]): argument
777 def hooktester(block_count, block_read_size, file_size, _report=report): argument
790 def hooktester(block_count, block_read_size, file_size, _report=report): argument
804 def hooktester(block_count, block_read_size, file_size, _report=report): argument
/external/cronet/tot/net/disk_cache/blockfile/
Dblock_files.cc310 bool BlockFiles::CreateBlock(FileType block_type, int block_count, in CreateBlock()
520 MappedFile* BlockFiles::FileForNewBlock(FileType block_type, int block_count) { in FileForNewBlock()
/external/cronet/stable/net/disk_cache/blockfile/
Dblock_files.cc310 bool BlockFiles::CreateBlock(FileType block_type, int block_count, in CreateBlock()
520 MappedFile* BlockFiles::FileForNewBlock(FileType block_type, int block_count) { in FileForNewBlock()
/external/v4l-utils/lib/libdvbv5/
Ddvb-fe-priv.h39 uint64_t block_count; member
/external/mesa3d/src/asahi/lib/
Dagx_scratch.c93 unsigned block_count = size.count; in agx_scratch_realloc() local
/external/webrtc/modules/desktop_capture/
Ddesktop_capturer_differ_wrapper.cc63 const int block_count = (width - 1) / kBlockSize; in CompareRow() local
/external/libtextclassifier/native/utils/base/
Darena.cc183 int BaseArena::block_count() const { in block_count() function in libtextclassifier3::BaseArena
/external/autotest/client/cros/
Dverity_utils.py260 def mod_nothing(self, run_count, backing_path, block_size, block_count): argument
/external/tensorflow/tensorflow/compiler/xla/stream_executor/gpu/
Dredzone_allocator.cc226 int64_t block_count = in RunRedzoneChecker() local

1234