HomeSort by relevance Sort by last modified time
    Searched full:wprops (Results 1 - 1 of 1) sorted by null

  /external/openfst/src/test/
algo_test.h 584 uint64 wprops = Weight::Properties(); local
596 if ((wprops & kSemiring) == kSemiring &&
597 (tprops & kAcyclic || wprops & kIdempotent)) {
636 if ((wprops & kSemiring) == kSemiring && tprops & kAcyclic) {
654 if (n && (wprops & kIdempotent) == kIdempotent &&
690 if ((wprops & kIdempotent) || (tprops & kAcyclic)) {
693 if (wprops & kRightSemiring) {
708 if (wprops & kLeftSemiring) {
722 if ((wprops & (kPath | kCommutative)) == (kPath | kCommutative)) {
771 uint64 wprops = Weight::Properties()
    [all...]

Completed in 92 milliseconds