#include <cstddef>
#include <cstdint>
#include <random>
#include <string>
#include <fst/tuple-weight.h>
#include <fst/weight.h>
Go to the source code of this file.
|
template<class W , size_t n> |
PowerWeight< W, n > | fst::Plus (const PowerWeight< W, n > &w1, const PowerWeight< W, n > &w2) |
|
template<class W , size_t n> |
PowerWeight< W, n > | fst::Times (const PowerWeight< W, n > &w1, const PowerWeight< W, n > &w2) |
|
template<class W , size_t n> |
PowerWeight< W, n > | fst::Divide (const PowerWeight< W, n > &w1, const PowerWeight< W, n > &w2, DivideType type=DIVIDE_ANY) |
|
template<class W , size_t n> |
PowerWeight< W, n > | fst::Times (const W &scalar, const PowerWeight< W, n > &weight) |
|
template<class W , size_t n> |
PowerWeight< W, n > | fst::Times (const PowerWeight< W, n > &weight, const W &scalar) |
|
template<class W , size_t n> |
W | fst::DotProduct (const PowerWeight< W, n > &w1, const PowerWeight< W, n > &w2) |
|