(git:b195825)
dbm_hyperparams.h File Reference

Go to the source code of this file.

Variables

static const float HASHTABLE_FACTOR = 3.0
 
static const float ALLOCATION_FACTOR = 1.5
 
static const float SHARDS_PER_THREAD = 1.0
 
static const int MAX_BATCH_SIZE = 10000
 
static const int BATCH_NUM_BUCKETS = 1000
 
static const int INITIAL_NBLOCKS_ALLOCATED = 100
 
static const int INITIAL_DATA_ALLOCATED = 1024
 

Variable Documentation

◆ HASHTABLE_FACTOR

const float HASHTABLE_FACTOR = 3.0
static

Definition at line 13 of file dbm_hyperparams.h.

◆ ALLOCATION_FACTOR

const float ALLOCATION_FACTOR = 1.5
static

Definition at line 14 of file dbm_hyperparams.h.

◆ SHARDS_PER_THREAD

const float SHARDS_PER_THREAD = 1.0
static

Definition at line 15 of file dbm_hyperparams.h.

◆ MAX_BATCH_SIZE

const int MAX_BATCH_SIZE = 10000
static

Definition at line 16 of file dbm_hyperparams.h.

◆ BATCH_NUM_BUCKETS

const int BATCH_NUM_BUCKETS = 1000
static

Definition at line 17 of file dbm_hyperparams.h.

◆ INITIAL_NBLOCKS_ALLOCATED

const int INITIAL_NBLOCKS_ALLOCATED = 100
static

Definition at line 18 of file dbm_hyperparams.h.

◆ INITIAL_DATA_ALLOCATED

const int INITIAL_DATA_ALLOCATED = 1024
static

Definition at line 19 of file dbm_hyperparams.h.