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

Go to the source code of this file.

Classes

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

Namespaces

 fst
 

Functions

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