Searched defs:FLAGS_fst_weight_parentheses (Results 1 - 2 of 2) sorted by relevance

/external/openfst/src/include/fst/
H A Dtuple-weight.h283 if (!FLAGS_fst_weight_parentheses.empty()) {
284 if (FLAGS_fst_weight_parentheses.size() != 2) {
285 FSTERROR() << "FLAGS_fst_weight_parentheses.size() is not equal to 2";
293 strm << FLAGS_fst_weight_parentheses[0]; local
300 strm << FLAGS_fst_weight_parentheses[1]; local
314 if (!FLAGS_fst_weight_parentheses.empty()) {
315 if (FLAGS_fst_weight_parentheses.size() != 2) {
316 FSTERROR() << "FLAGS_fst_weight_parentheses.size() is not equal to 2";
321 strm, w, separator, FLAGS_fst_weight_parentheses[0],
322 FLAGS_fst_weight_parentheses[
[all...]
H A Dsparse-tuple-weight.h340 if (!FLAGS_fst_weight_parentheses.empty()) {
341 if (FLAGS_fst_weight_parentheses.size() != 2) {
342 FSTERROR() << "FLAGS_fst_weight_parentheses.size() is not equal to 2";
350 strm << FLAGS_fst_weight_parentheses[0]; local
367 strm << FLAGS_fst_weight_parentheses[1]; local
381 if (!FLAGS_fst_weight_parentheses.empty()) {
382 if (FLAGS_fst_weight_parentheses.size() != 2) {
383 FSTERROR() << "FLAGS_fst_weight_parentheses.size() is not equal to 2";
388 strm, w, separator, FLAGS_fst_weight_parentheses[0],
389 FLAGS_fst_weight_parentheses[
[all...]

Completed in 72 milliseconds