#include <iostream>#include <string>#include <stdlib.h>#include "cmd.h"#include "util.h"#include "mdiadapt.h"#include "lmContainer.h"Go to the source code of this file.
Functions | |
| void | print_help (int TypeFlag=0) |
| void | usage (const char *msg=0) |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 55 of file verify-caching.cpp.
References lmContainer::is_cache_enabled(), and mdiadaptlm::is_train_cache_enabled().

| void print_help | ( | int | TypeFlag = 0 |
) |
Definition at line 34 of file verify-caching.cpp.
References FullPrintParams().

| void usage | ( | const char * | msg = 0 |
) |
Definition at line 44 of file verify-caching.cpp.
References print_help().

1.5.9