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

Go to the source code of this file.

Classes

class  fst::TupleWeight< W, n >
 

Namespaces

 fst
 

Functions

template<class W , size_t n>
bool fst::operator== (const TupleWeight< W, n > &w1, const TupleWeight< W, n > &w2)
 
template<class W , size_t n>
bool fst::operator!= (const TupleWeight< W, n > &w1, const TupleWeight< W, n > &w2)
 
template<class W , size_t n>
bool fst::ApproxEqual (const TupleWeight< W, n > &w1, const TupleWeight< W, n > &w2, float delta=kDelta)
 
template<class W , size_t n>
std::ostream & fst::operator<< (std::ostream &strm, const TupleWeight< W, n > &w)
 
template<class W , size_t n>
std::istream & fst::operator>> (std::istream &strm, TupleWeight< W, n > &w)