Searched refs:SAMPLESIZE_MAX (Results 1 – 1 of 1) sorted by relevance
45 #define SAMPLESIZE_MAX (128 KB) macro119 size_t const maxChunkSize = (size_t)MIN(chunkSize, SAMPLESIZE_MAX); in DiB_loadFiles()248 size_t const cappedChunkSize = (size_t)MIN(chunkToLoad, SAMPLESIZE_MAX); in DiB_fileStats()250 fs.oneSampleTooLarge |= (chunkSize > 2*SAMPLESIZE_MAX); in DiB_fileStats()296 …EL(2, "! As a consequence, only the first %u bytes of each sample are loaded \n", SAMPLESIZE_MAX); in DiB_trainFromFiles()