Home
last modified time | relevance | path

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

12

/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
295 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/tensorflow/tensorflow/compiler/xla/service/gpu/
Dlaunch_dimensions.cc92 int64 block_count = CeilOfRatio(num_elements, threads_per_block); in CalculateLaunchDimensions() local
/external/tensorflow/tensorflow/stream_executor/
Ddevice_description.cc156 int64 *block_count) { in CalculateDimensionality()
/external/libchrome/base/trace_event/
Dmalloc_dump_provider.cc37 size_t block_count; member
/external/mesa3d/src/amd/vulkan/
Dradv_meta_buffer.c273 uint64_t block_count = round_up_u64(size, 1024); in fill_buffer_shader() local
327 uint64_t block_count = round_up_u64(size, 1024); in copy_buffer_shader() local
/external/webrtc/modules/desktop_capture/
Ddesktop_capturer_differ_wrapper.cc63 const int block_count = (width - 1) / kBlockSize; in CompareRow() local
/external/python/cpython3/Lib/test/
Dtest_urllib.py774 def hooktester(block_count, block_read_size, file_size, count_holder=[0]): argument
789 def hooktester(block_count, block_read_size, file_size, _report=report): argument
802 def hooktester(block_count, block_read_size, file_size, _report=report): argument
816 def hooktester(block_count, block_read_size, file_size, _report=report): argument
/external/libtextclassifier/native/utils/base/
Darena.cc183 int BaseArena::block_count() const { in block_count() function in libtextclassifier3::BaseArena
/external/python/cpython2/Mac/Demo/applescript/Disk_Copy/
DStandard_Suite.py222 class block_count(aetools.NProperty): class
285 block_count = block_count variable
/external/autotest/client/cros/
Dverity_utils.py260 def mod_nothing(self, run_count, backing_path, block_size, block_count): argument
/external/tensorflow/tensorflow/stream_executor/gpu/
Dredzone_allocator.cc225 int64 block_count = in RunRedzoneChecker() local
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorDeviceThreadPool.h207 Index block_count = divup(n, block_size); in parallelFor() local
/external/arm-trusted-firmware/drivers/brcm/emmc/
Demmc_pboot_hal_memory_drv.c197 size_t block_count = 0, blocks = 0; in emmc_erase() local
/external/mesa3d/src/intel/compiler/
Dbrw_schedule_instructions.cpp548 unsigned hw_reg_count, int block_count, in instruction_scheduler()
700 int block_count, in fs_instruction_scheduler()
/external/google-breakpad/src/common/mac/
Dmacho_id.cc99 int block_count = MAX_BLOCK / 16; in UpdateCRC() local
/external/tensorflow/tensorflow/core/platform/cloud/
Dram_file_block_cache_test.cc186 const uint32 block_count = 256; in TEST() local
287 const uint32 block_count = 2; in TEST() local
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
Dram_file_block_cache_test.cc194 const uint32 block_count = 256; in TEST() local
298 const uint32 block_count = 2; in TEST() local
/external/libjpeg-turbo/
Drdtarga.c63 int block_count; /* # of pixels remaining in RLE block */ member
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dfunction.cpp188 size_t Function::block_count() const { return blocks_.size(); } in block_count() function in spvtools::val::Function
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dfunction.cpp188 size_t Function::block_count() const { return blocks_.size(); } in block_count() function in spvtools::val::Function
/external/arm-trusted-firmware/plat/nvidia/tegra/soc/t210/drivers/se/
Dsecurity_engine.c245 uint32_t block_count; in tegra_se_context_save_atomic() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dfunction.cpp188 size_t Function::block_count() const { return blocks_.size(); } in block_count() function in spvtools::val::Function
/external/squashfs-tools/squashfs-tools/
Dcaches-queues-lists.h148 int block_count; member

12