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

Go to the source code of this file.

Classes

class  fst::ExpectationWeight< W1, W2 >
 
class  fst::Adder< ExpectationWeight< W1, W2 > >
 
class  fst::WeightGenerate< ExpectationWeight< W1, W2 > >
 

Namespaces

 fst
 

Functions

template<class W1 , class W2 >
ExpectationWeight< W1, W2 > fst::Plus (const ExpectationWeight< W1, W2 > &w1, const ExpectationWeight< W1, W2 > &w2)
 
template<class W1 , class W2 >
ExpectationWeight< W1, W2 > fst::Times (const ExpectationWeight< W1, W2 > &w1, const ExpectationWeight< W1, W2 > &w2)
 
template<class W1 , class W2 >
ExpectationWeight< W1, W2 > fst::Divide (const ExpectationWeight< W1, W2 > &w1, const ExpectationWeight< W1, W2 > &w2, DivideType typ)