FST
openfst-1.8.2.post1
OpenFst Library
|
#include <pair-weight.h>
Public Types | |
using | ReverseWeight = PairWeight< typename W1::ReverseWeight, typename W2::ReverseWeight > |
Public Member Functions | |
PairWeight () | |
PairWeight (W1 w1, W2 w2) | |
std::istream & | Read (std::istream &strm) |
std::ostream & | Write (std::ostream &strm) const |
bool | Member () const |
size_t | Hash () const |
PairWeight< W1, W2 > | Quantize (float delta=kDelta) const |
ReverseWeight | Reverse () const |
const W1 & | Value1 () const |
const W2 & | Value2 () const |
void | SetValue1 (const W1 &weight) |
void | SetValue2 (const W2 &weight) |
Static Public Member Functions | |
static const PairWeight< W1, W2 > & | Zero () |
static const PairWeight< W1, W2 > & | One () |
static const PairWeight< W1, W2 > & | NoWeight () |
Definition at line 39 of file pair-weight.h.
using fst::PairWeight< W1, W2 >::ReverseWeight = PairWeight<typename W1::ReverseWeight, typename W2::ReverseWeight> |
Definition at line 42 of file pair-weight.h.
|
inline |
Definition at line 44 of file pair-weight.h.
|
inline |
Definition at line 46 of file pair-weight.h.
|
inline |
Definition at line 75 of file pair-weight.h.
|
inline |
Definition at line 73 of file pair-weight.h.
|
inlinestatic |
Definition at line 58 of file pair-weight.h.
|
inlinestatic |
Definition at line 53 of file pair-weight.h.
|
inline |
Definition at line 83 of file pair-weight.h.
|
inline |
Definition at line 63 of file pair-weight.h.
|
inline |
Definition at line 87 of file pair-weight.h.
|
inline |
Definition at line 95 of file pair-weight.h.
|
inline |
Definition at line 97 of file pair-weight.h.
|
inline |
Definition at line 91 of file pair-weight.h.
|
inline |
Definition at line 93 of file pair-weight.h.
|
inline |
Definition at line 68 of file pair-weight.h.
|
inlinestatic |
Definition at line 48 of file pair-weight.h.