FST  openfst-1.8.3
OpenFst Library
Classes | Namespaces | Functions
pair-weight.h File Reference
#include <climits>
#include <cstddef>
#include <cstdint>
#include <istream>
#include <ostream>
#include <random>
#include <stack>
#include <string>
#include <utility>
#include <fst/flags.h>
#include <fst/log.h>
#include <fst/weight.h>
Include dependency graph for pair-weight.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fst::PairWeight< W1, W2 >
 
class  fst::WeightGenerate< PairWeight< W1, W2 > >
 

Namespaces

 fst
 

Functions

template<class W1 , class W2 >
bool fst::operator== (const PairWeight< W1, W2 > &w1, const PairWeight< W1, W2 > &w2)
 
template<class W1 , class W2 >
bool fst::operator!= (const PairWeight< W1, W2 > &w1, const PairWeight< W1, W2 > &w2)
 
template<class W1 , class W2 >
bool fst::ApproxEqual (const PairWeight< W1, W2 > &w1, const PairWeight< W1, W2 > &w2, float delta=kDelta)
 
template<class W1 , class W2 >
std::ostream & fst::operator<< (std::ostream &strm, const PairWeight< W1, W2 > &weight)
 
template<class W1 , class W2 >
std::istream & fst::operator>> (std::istream &strm, PairWeight< W1, W2 > &weight)