Home
last modified time | relevance | path

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

/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/mesa3d/src/intel/compiler/
Dbrw_nir_lower_mem_access_bit_sizes.c205 const unsigned chunk_bytes = end - start; in lower_mem_store_bit_size() local
/external/crosvm/disk/src/
Dandroid_sparse.rs469 let mut chunk_bytes: Vec<u8> = Vec::new(); in parse_raw() localVariable
512 let mut chunk_bytes: Vec<u8> = Vec::new(); in parse_fill() localVariable
535 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/libpng/
Dpngrutil.c774 png_uint_32p chunk_bytes, png_bytep next_out, png_alloc_size_t *out_size, in png_inflate_read()