FST  openfst-1.8.3
OpenFst Library
Namespaces | Enumerations | Functions
reweight.h File Reference
#include <cstdint>
#include <vector>
#include <fst/log.h>
#include <fst/fst.h>
#include <fst/mutable-fst.h>
#include <fst/properties.h>
#include <fst/util.h>
#include <fst/weight.h>
Include dependency graph for reweight.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 fst
 

Enumerations

enum  fst::ReweightType { fst::REWEIGHT_TO_INITIAL, fst::REWEIGHT_TO_FINAL }
 

Functions

template<class Arc >
void fst::Reweight (MutableFst< Arc > *fst, const std::vector< typename Arc::Weight > &potential, ReweightType type)