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

Go to the source code of this file.

Classes

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

Namespaces

 fst
 

Functions

template<class W1 , class W2 >
LexicographicWeight< W1, W2 > fst::Plus (const LexicographicWeight< W1, W2 > &w, const LexicographicWeight< W1, W2 > &v)
 
template<class W1 , class W2 >
LexicographicWeight< W1, W2 > fst::Times (const LexicographicWeight< W1, W2 > &w, const LexicographicWeight< W1, W2 > &v)
 
template<class W1 , class W2 >
LexicographicWeight< W1, W2 > fst::Divide (const LexicographicWeight< W1, W2 > &w, const LexicographicWeight< W1, W2 > &v, DivideType typ=DIVIDE_ANY)