OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LexicographicWeight
(Results
1 - 4
of
4
) sorted by null
/external/openfst/src/include/fst/
lexicographic-weight.h
40
class
LexicographicWeight
: public PairWeight<W1, W2> {
52
typedef
LexicographicWeight
<typename W1::ReverseWeight,
56
LexicographicWeight
() {}
58
LexicographicWeight
(const PairWeight<W1, W2>& w)
61
LexicographicWeight
(W1 w1, W2 w2) : PairWeight<W1, W2>(w1, w2) {
64
FSTERROR() << "
LexicographicWeight
must "
69
FSTERROR() << "
LexicographicWeight
must "
75
static const
LexicographicWeight
<W1, W2> &Zero() {
76
static const
LexicographicWeight
<W1, W2> zero(PairWeight<W1, W2>::Zero());
80
static const
LexicographicWeight
<W1, W2> &One()
[
all
...]
random-weight.h
216
typedef
LexicographicWeight
<W1, W2> Weight;
arc.h
167
typedef
LexicographicWeight
<W1, W2> Weight;
/external/openfst/src/test/
weight_test.cc
53
using fst::
LexicographicWeight
;
244
typedef
LexicographicWeight
<TropicalWeight, TropicalWeight>
Completed in 238 milliseconds