Home | History | Annotate | Download | only in lib

Lines Matching full:state

46     LOG(ERROR) << "Verify: Fst start state ID unset";
49 LOG(ERROR) << "Verify: Fst start state ID exceeds number of states";
64 << na << " of state " << s << " is negative";
68 << " of arc at position " << na << " of state " << s
74 << na << " of state " << s << " is negative";
78 << " of arc at position " << na << " of state " << s
84 << na << " of state " << s << " is invalid";
87 LOG(ERROR) << "Verify: Fst destination state ID of arc at position "
88 << na << " of state " << s << " is negative";
91 LOG(ERROR) << "Verify: Fst destination state ID of arc at position "
92 << na << " of state " << s
99 LOG(ERROR) << "Verify: Fst final weight of state " << s << " is invalid";