HomeSort by relevance Sort by last modified time
    Searched refs:PowerWeight (Results 1 - 5 of 5) sorted by null

  /external/openfst/src/include/fst/
power-weight.h 39 class PowerWeight : public TupleWeight<W, n> {
47 typedef PowerWeight<typename W::ReverseWeight, n> ReverseWeight;
49 PowerWeight() {}
51 PowerWeight(const TupleWeight<W, n> &w) : TupleWeight<W, n>(w) {}
54 PowerWeight(Iterator begin, Iterator end) : TupleWeight<W, n>(begin, end) {}
56 static const PowerWeight<W, n> &Zero() {
57 static const PowerWeight<W, n> zero(TupleWeight<W, n>::Zero());
61 static const PowerWeight<W, n> &One() {
62 static const PowerWeight<W, n> one(TupleWeight<W, n>::One());
66 static const PowerWeight<W, n> &NoWeight()
    [all...]
random-weight.h 267 typedef PowerWeight<W, n> Weight;
arc.h 219 typedef PowerWeight<typename A::Weight, n> Weight;
  /external/openfst/src/test/
algo_test.cc 61 using fst::PowerWeight;
141 typedef PowerWeight<TropicalWeight, 3> TropicalCubeWeight;
weight_test.cc 59 using fst::PowerWeight;
149 typedef PowerWeight<TropicalWeight, 3> TropicalCubeWeight;
178 typedef PowerWeight<FirstNestedProductWeight, 3> NestedProductCubeWeight;

Completed in 1141 milliseconds