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

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

Completed in 242 milliseconds