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.
the label value/index that the CTC calculation should use as the blank label
indicates where the ctc calculation should take place {CTC_CPU | CTC_GPU}
See Implementation
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.