FST
openfst-1.8.2.post1
OpenFst Library
|
#include <cstdint>
#include <iostream>
#include <list>
#include <random>
#include <sstream>
#include <string>
#include <utility>
#include <fst/weight.h>
Go to the source code of this file.
Namespaces | |
fst | |
Functions | |
template<class W , class O > | |
bool | fst::operator== (const UnionWeight< W, O > &, const UnionWeight< W, O > &) |
template<class W , class O > | |
bool | fst::operator!= (const UnionWeight< W, O > &w1, const UnionWeight< W, O > &w2) |
template<class W , class O > | |
bool | fst::ApproxEqual (const UnionWeight< W, O > &w1, const UnionWeight< W, O > &w2, float delta=kDelta) |
template<class W , class O > | |
std::ostream & | fst::operator<< (std::ostream &ostrm, const UnionWeight< W, O > &weight) |
template<class W , class O > | |
std::istream & | fst::operator>> (std::istream &istrm, UnionWeight< W, O > &weight) |
template<class W , class O > | |
UnionWeight< W, O > | fst::Plus (const UnionWeight< W, O > &w1, const UnionWeight< W, O > &w2) |
template<class W , class O > | |
UnionWeight< W, O > | fst::Times (const UnionWeight< W, O > &w1, const UnionWeight< W, O > &w2) |
template<class W , class O > | |
UnionWeight< W, O > | fst::Divide (const UnionWeight< W, O > &w1, const UnionWeight< W, O > &w2, DivideType typ) |