Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dpartition_assignment.h41 LaunchDimensions(int64 block_count, int64 threads_per_block) in LaunchDimensions()
48 int64 block_count() const { return block_count_; } in block_count() function
Dpartition_assignment.cc91 int64 block_count = CeilOfRatio(num_elements, threads_per_block); in CalculateLaunchDimensions() local
/external/autotest/client/site_tests/platform_DMVerityCorruption/
Dplatform_DMVerityCorruption.py14 block_count): argument
22 block_count): argument
/external/autotest/client/site_tests/platform_DMVerityBitCorruption/
Dplatform_DMVerityBitCorruption.py18 block_count): argument
30 block_count): argument
/external/tensorflow/tensorflow/core/util/
Dcuda_launch_config.h118 int block_count = -1; member
134 const int block_count = in GetCudaLaunchConfig() local
155 int block_count = 0; in GetCudaLaunchConfig() local
182 int block_count = 0; in GetCudaLaunchConfigFixedBlockSize() local
199 dim3 block_count = dim3(0, 0, 0); member
256 int block_count = 0; in GetCuda3DLaunchConfig() local
/external/tensorflow/tensorflow/core/kernels/
Dadjust_saturation_op_gpu.cu.cc37 const int block_count = in operator ()() local
Dadjust_hue_op_gpu.cu.cc36 const int block_count = in operator ()() local
/external/tensorflow/tensorflow/stream_executor/
Ddevice_description.cc152 int64 *block_count) { in CalculateDimensionality()
/external/mesa3d/src/amd/vulkan/
Dradv_meta_buffer.c293 uint64_t block_count = round_up_u64(size, 1024); in fill_buffer_shader() local
347 uint64_t block_count = round_up_u64(size, 1024); in copy_buffer_shader() local
/external/python/cpython3/Lib/test/
Dtest_urllib.py642 def hooktester(block_count, block_read_size, file_size, count_holder=[0]): argument
657 def hooktester(block_count, block_read_size, file_size, _report=report): argument
670 def hooktester(block_count, block_read_size, file_size, _report=report): argument
684 def hooktester(block_count, block_read_size, file_size, _report=report): argument
/external/u-boot/disk/
Dpart_mac.h60 __u32 block_count; /* number of blocks in partition */ member
Dpart.c109 static lba512_t lba512_muldiv(lba512_t block_count, lba512_t mul_by, lba512_t div_by) in lba512_muldiv()
/external/autotest/client/cros/
Dverity_utils.py263 def mod_nothing(self, run_count, backing_path, block_size, block_count): argument
/external/python/cpython2/Mac/Demo/applescript/Disk_Copy/
DStandard_Suite.py222 class block_count(aetools.NProperty): class
285 block_count = block_count variable
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorDeviceThreadPool.h207 Index block_count = divup(n, block_size); in parallelFor() local
/external/google-breakpad/src/common/mac/
Dmacho_id.cc101 int block_count = MAX_BLOCK / 16; in UpdateCRC() local
/external/u-boot/drivers/mmc/
Drpmb.c71 unsigned short block_count; member
Dgen_atmel_mci.c303 u32 word_count, block_count; local
/external/mesa3d/src/intel/compiler/
Dbrw_schedule_instructions.cpp432 int hw_reg_count, int block_count, in instruction_scheduler()
584 int block_count, in fs_instruction_scheduler()
/external/deqp-deps/SPIRV-Tools/source/val/
Dfunction.cpp186 size_t Function::block_count() const { return blocks_.size(); } in block_count() function in spvtools::val::Function
/external/u-boot/fs/reiserfs/
Dreiserfs.c170 unsigned int block_count = INFO->journal_block_count; in journal_init() local
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dfunction.cpp186 size_t Function::block_count() const { return blocks_.size(); } in block_count() function in spvtools::val::Function
/external/tensorflow/tensorflow/core/platform/cloud/
Dram_file_block_cache_test.cc180 const uint32 block_count = 256; in TEST() local
281 const uint32 block_count = 2; in TEST() local
/external/u-boot/include/
Dapi_public.h100 lbasize_t block_count; /* no of blocks */ member
/external/squashfs-tools/squashfs-tools/
Dcaches-queues-lists.h148 int block_count; member

12