#include <cstdint>
#include <random>
#include <string>
#include <fst/log.h>
#include <fst/pair-weight.h>
#include <fst/weight.h>
Go to the source code of this file.
|
template<class W1 , class W2 > |
ExpectationWeight< W1, W2 > | fst::Plus (const ExpectationWeight< W1, W2 > &w1, const ExpectationWeight< W1, W2 > &w2) |
|
template<class W1 , class W2 > |
ExpectationWeight< W1, W2 > | fst::Times (const ExpectationWeight< W1, W2 > &w1, const ExpectationWeight< W1, W2 > &w2) |
|
template<class W1 , class W2 > |
ExpectationWeight< W1, W2 > | fst::Divide (const ExpectationWeight< W1, W2 > &w1, const ExpectationWeight< W1, W2 > &w2, DivideType typ) |
|