OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StringWeight
(Results
1 - 8
of
8
) sorted by null
/external/openfst/src/include/fst/
string-weight.h
51
class
StringWeight
;
60
bool operator==(const
StringWeight
<L, S> &, const
StringWeight
<L, S> &);
65
class
StringWeight
{
68
typedef
StringWeight
<L, REVERSE_STRING_TYPE(S)> ReverseWeight;
72
friend bool operator==<>(const
StringWeight
<L, S> &,
73
const
StringWeight
<L, S> &);
75
StringWeight
() { Init(); }
78
StringWeight
(const Iter &begin, const Iter &end) {
84
explicit
StringWeight
(L l) { Init(); PushBack(l);
[
all
...]
factor-weight.h
96
// Factor a
StringWeight
w as 'ab' where 'a' is a label.
100
StringFactor(const
StringWeight
<L, S> &w)
107
pair<
StringWeight
<L, S>,
StringWeight
<L, S> > Value() const {
109
StringWeight
<L, S> w1(iter.Value());
110
StringWeight
<L, S> w2;
119
StringWeight
<L, S> weight_;
push.h
155
:
StringWeight
<typename Arc::Label, stype>::One(),
random-weight.h
149
typedef
StringWeight
<L, S> Weight;
arc.h
80
typedef
StringWeight
<int, S> Weight;
arc-map.h
770
typedef
StringWeight
<typename A::Label, S> SW;
810
typedef
StringWeight
<Label, S> SW;
868
typedef
StringWeight
<Label, S> SW;
[
all
...]
determinize.h
70
typedef
StringWeight
<L, S> Weight;
76
if (!(
StringWeight
<L, S>::Properties() & kLeftSemiring)) {
[
all
...]
/external/openfst/src/test/
weight_test.cc
47
using fst::
StringWeight
;
121
WeightTester<
StringWeight
<int>, StringWeightGenerator<int> >
126
WeightTester<
StringWeight
<int, STRING_RIGHT>,
Completed in 566 milliseconds