Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video.h38 #define SLICE_SIZE 0x200 macro
195 *slice_size = (SLICE_SIZE * slice_count)>>8; in nouveau_vp3_inter_sizes()
/third_party/mindspore/mindspore/train/
Dserialization.py67 SLICE_SIZE = 512 * 1024 variable
160 if data_size > SLICE_SIZE:
161 slice_count = math.ceil(data_size / SLICE_SIZE)
180 max_block_size = SLICE_SIZE*1024