Home
last modified time | relevance | path

Searched defs:chunk_bytes (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_lower_mem_access_bit_sizes.c114 unsigned chunk_bytes; in lower_mem_load() local
291 uint32_t chunk_bytes = requested.num_components * (requested.bit_size / 8); in lower_mem_store() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnccl_all_to_all_thunk.cc114 size_t chunk_bytes = chunk_elements * ShapeUtil::ByteSizeOfPrimitiveType( in RunAllToAll() local
/external/crosvm/disk/src/
Dandroid_sparse.rs479 let mut chunk_bytes: Vec<u8> = Vec::new(); in parse_raw() localVariable
522 let mut chunk_bytes: Vec<u8> = Vec::new(); in parse_fill() localVariable
545 let mut chunk_bytes: Vec<u8> = Vec::new(); in parse_crc32() localVariable
/external/tensorflow/tensorflow/core/common_runtime/
Dbase_collective_executor.cc74 int64_t chunk_bytes = base_chunk_elts * elt_bytes; in AlignedChunkElts() local
/external/federated-compute/fcp/protos/
Dfederated_api.proto773 bytes chunk_bytes = 2; field
/external/mesa3d/src/nouveau/compiler/
Dnak_nir.c1117 unsigned chunk_bytes = MIN3(bytes_pow2, align, 16); in nak_mem_access_size_align() local
/external/libpng/
Dpngrutil.c773 png_uint_32p chunk_bytes, png_bytep next_out, png_alloc_size_t *out_size, in png_inflate_read()