Home
last modified time | relevance | path

Searched refs:kSemiring (Results 1 – 4 of 4) sorted by relevance

/external/openfst/src/include/fst/
Dshortest-path.h289 if ((Weight::Properties() & (kPath | kSemiring)) != (kPath | kSemiring)) {
426 if ((Weight::Properties() & (kPath | kSemiring)) != (kPath | kSemiring)) { in ShortestPath()
Dweight.h100 const uint64 kSemiring = kLeftSemiring | kRightSemiring; variable
/external/openfst/src/test/
Dalgo_test.h596 if ((wprops & kSemiring) == kSemiring && in TestOptimize()
636 if ((wprops & kSemiring) == kSemiring && tprops & kAcyclic) { in TestOptimize()
785 if ((wprops & (kPath | kSemiring)) == (kPath | kSemiring)) { in TestSearch()
Dweight-tester.h125 CHECK(Weight::Properties() & kSemiring); in TestSemiring()