OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FloatWeightTpl
(Results
1 - 2
of
2
) sorted by null
/external/openfst/src/include/fst/
float-weight.h
59
class
FloatWeightTpl
{
61
FloatWeightTpl
() {}
63
FloatWeightTpl
(T f) : value_(f) {}
65
FloatWeightTpl
(const
FloatWeightTpl
<T> &w) : value_(w.value_) {}
67
FloatWeightTpl
<T> &operator=(const
FloatWeightTpl
<T> &w) {
110
typedef
FloatWeightTpl
<float> FloatWeight;
113
inline bool operator==(const
FloatWeightTpl
<T> &w1,
114
const
FloatWeightTpl
<T> &w2)
[
all
...]
fst-decl.h
32
template <class W> class
FloatWeightTpl
;
37
typedef
FloatWeightTpl
<float> FloatWeight;
Completed in 44 milliseconds