OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GallicWeight
(Results
1 - 6
of
6
) sorted by null
/external/openfst/src/include/fst/
factor-weight.h
124
// Factor a
GallicWeight
using StringFactor.
128
GallicFactor(const
GallicWeight
<L, W, S> &w)
135
pair<
GallicWeight
<L, W, S>,
GallicWeight
<L, W, S> > Value() const {
137
GallicWeight
<L, W, S> w1(iter.Value().first, weight_.Value2());
138
GallicWeight
<L, W, S> w2(iter.Value().second, W::One());
145
GallicWeight
<L, W, S> weight_;
string-weight.h
542
struct
GallicWeight
: public ProductWeight<StringWeight<L, S>, W> {
543
typedef
GallicWeight
<L, typename W::ReverseWeight, REVERSE_STRING_TYPE(S)>
546
GallicWeight
() {}
548
GallicWeight
(StringWeight<L, S> w1, W w2)
551
explicit
GallicWeight
(const string &s, int *nread = 0)
554
GallicWeight
(const ProductWeight<StringWeight<L, S>, W> &w)
random-weight.h
253
typedef
GallicWeight
<L, W, S> Weight;
arc.h
111
typedef
GallicWeight
<Label, typename A::Weight, S> Weight;
determinize.h
100
typedef
GallicWeight
<L, W, S> Weight;
[
all
...]
/external/openfst/src/test/
weight_test.cc
50
using fst::
GallicWeight
;
131
typedef
GallicWeight
<int, TropicalWeight> TropicalGallicWeight;
Completed in 204 milliseconds