Home
last modified time | relevance | path

Searched refs:new_chunks (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/distribute/
Dall_reduce.py498 new_chunks = [[] for _ in devices]
508 new_chunks[d] = red_op(left_split[0], right_split[0])
510 new_chunks[d + span] = red_op(left_split[1], right_split[1])
511 chunks = new_chunks
533 new_chunks = [[] for _ in devices]
543 new_chunks[left_idx] = array_ops.concat([chunks[left_idx],
546 new_chunks[right_idx] = array_ops.concat([chunks[left_idx],
548 chunks = new_chunks
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_bo.c795 struct amdgpu_sparse_backing_chunk *new_chunks = in sparse_backing_free() local
799 if (!new_chunks) in sparse_backing_free()
803 backing->chunks = new_chunks; in sparse_backing_free()