Home
last modified time | relevance | path

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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dweight.h92 const uint64 kSemiring = kLeftSemiring | kRightSemiring; variable
Dshortest-path.h247 if ((Weight::Properties() & (kPath | kSemiring)) != (kPath | kSemiring)) in ShortestPath()