ctcOptions

Structure used for options to the CTC compution.

Applications should zero out the array using memset and sizeof(struct ctcOptions) in C or default initialization (e.g. 'ctcOptions options{};' or 'auto options = ctcOptions{}') in C++ to ensure forward compatibility with added options.

Members

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

blank_label
int blank_label;

the label value/index that the CTC calculation should use as the blank label

loc
ctcComputeLocation loc;

indicates where the ctc calculation should take place {CTC_CPU | CTC_GPU}

Meta