Searched refs:MAX_SAMPLES_SIZE (Results 1 – 1 of 1) sorted by relevance
51 #define MAX_SAMPLES_SIZE (2 GB) /* training dataset limited to 2GB */ macro342 loadedSize = (size_t)MIN( MIN((S64)maxMem, fs.totalSizeToLoad), MAX_SAMPLES_SIZE ); in DiB_trainFromFiles()