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