OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SignedLogWeightTpl
(Results
1 - 3
of
3
) sorted by null
/external/openfst/src/include/fst/
signed-log-weight.h
32
class
SignedLogWeightTpl
44
typedef
SignedLogWeightTpl
<T> ReverseWeight;
46
SignedLogWeightTpl
() : PairWeight<X1, X2>() {}
48
SignedLogWeightTpl
(const
SignedLogWeightTpl
<T>& w)
51
SignedLogWeightTpl
(const PairWeight<X1, X2>& w)
54
SignedLogWeightTpl
(const X1& x1, const X2& x2)
57
static const
SignedLogWeightTpl
<T> &Zero() {
58
static const
SignedLogWeightTpl
<T> zero(X1(1.0), X2::Zero());
62
static const
SignedLogWeightTpl
<T> &One()
[
all
...]
random-weight.h
285
// This function object returns
SignedLogWeightTpl
<T>'s that are
291
typedef
SignedLogWeightTpl
<T> Weight;
302
return
SignedLogWeightTpl
<T>(
/external/openfst/src/test/
weight_test.cc
62
using fst::
SignedLogWeightTpl
;
93
WeightTester<
SignedLogWeightTpl
<T>, SignedLogWeightGenerator_<T> >
Completed in 358 milliseconds