FST
openfst-1.8.4
OpenFst Library
|
#include <power-weight-mappers.h>
Public Types | |
using | FromWeight = PowerWeightT |
using | ToWeight = PowerWeightT |
using | Index = typename PowerWeightT::Index |
using | ComponentWeight = typename PowerWeightT::Weight |
Public Member Functions | |
ProjectPowerWeightMapper (Index from_index=0, Index to_index=0, const ComponentWeight &default_weight=ComponentWeight::Zero()) | |
PowerWeightT | operator() (const PowerWeightT &w) const |
Definition at line 67 of file power-weight-mappers.h.
using fst::ProjectPowerWeightMapper< PowerWeightT >::ComponentWeight = typename PowerWeightT::Weight |
Definition at line 72 of file power-weight-mappers.h.
using fst::ProjectPowerWeightMapper< PowerWeightT >::FromWeight = PowerWeightT |
Definition at line 69 of file power-weight-mappers.h.
using fst::ProjectPowerWeightMapper< PowerWeightT >::Index = typename PowerWeightT::Index |
Definition at line 71 of file power-weight-mappers.h.
using fst::ProjectPowerWeightMapper< PowerWeightT >::ToWeight = PowerWeightT |
Definition at line 70 of file power-weight-mappers.h.
|
inlineexplicit |
Definition at line 74 of file power-weight-mappers.h.
|
inline |
Definition at line 81 of file power-weight-mappers.h.