HomeSort by relevance Sort by last modified time
    Searched defs:kRightSemiring (Results 1 - 2 of 2) sorted by null

  /external/openfst/src/include/fst/
weight.h 98 const uint64 kRightSemiring = 0x0000000000000002ULL;
100 const uint64 kSemiring = kLeftSemiring | kRightSemiring;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
weight.h 90 const uint64 kRightSemiring = 0x0000000000000002ULL;
92 const uint64 kSemiring = kLeftSemiring | kRightSemiring;
126 uint64 props = kIdempotent | kLeftSemiring | kRightSemiring;

Completed in 104 milliseconds