LoaderOptions

Inheritance:

Methods of LoaderOptions:

Constants in LoaderOptions:

getAllowDiskCache
bool LoaderOptions::get_allow_disk_cache(void) const;

Description: Returns true if the loader flags allow retrieving the model from the on-disk bam cache (if it is enabled), false otherwise.

getAllowRamCache
bool LoaderOptions::get_allow_ram_cache(void) const;

Description: Returns true if the loader flags allow retrieving the model from the in-memory ModelPool cache, false otherwise.

getFlags
int LoaderOptions::get_flags(void) const;

Description:

operator =
void LoaderOptions::operator =(LoaderOptions const &copy);

Description:

output
void LoaderOptions::output(ostream &out) const;

Description:

setFlags
void LoaderOptions::set_flags(int flags);

Description: