Home
last modified time | relevance | path

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

/src/sys/contrib/zstd/programs/
H A Ddibio.c51 #define MAX_SAMPLES_SIZE (2 GB) /* training dataset limited to 2GB */ macro
342 loadedSize = (size_t)MIN( MIN((S64)maxMem, fs.totalSizeToLoad), MAX_SAMPLES_SIZE ); in DiB_trainFromFiles()