FST  openfst-1.8.3
OpenFst Library
Public Types | Public Member Functions | List of all members
fst::QuantizeMapper< A, B > Class Template Reference

#include <arc-map.h>

Public Types

using FromArc = A
 
using ToArc = B
 
using FromWeight = typename FromArc::Weight
 
using ToWeight = typename ToArc::Weight
 

Public Member Functions

 QuantizeMapper ()
 
 QuantizeMapper (float d)
 
ToArc operator() (const FromArc &arc) const
 
constexpr MapFinalAction FinalAction () const
 
constexpr MapSymbolsAction InputSymbolsAction () const
 
constexpr MapSymbolsAction OutputSymbolsAction () const
 
constexpr uint64_t Properties (uint64_t props) const
 

Detailed Description

template<class A, class B = A>
class fst::QuantizeMapper< A, B >

Definition at line 1248 of file arc-map.h.

Member Typedef Documentation

template<class A , class B = A>
using fst::QuantizeMapper< A, B >::FromArc = A

Definition at line 1250 of file arc-map.h.

template<class A , class B = A>
using fst::QuantizeMapper< A, B >::FromWeight = typename FromArc::Weight

Definition at line 1252 of file arc-map.h.

template<class A , class B = A>
using fst::QuantizeMapper< A, B >::ToArc = B

Definition at line 1251 of file arc-map.h.

template<class A , class B = A>
using fst::QuantizeMapper< A, B >::ToWeight = typename ToArc::Weight

Definition at line 1253 of file arc-map.h.

Constructor & Destructor Documentation

template<class A , class B = A>
fst::QuantizeMapper< A, B >::QuantizeMapper ( )
inline

Definition at line 1255 of file arc-map.h.

template<class A , class B = A>
fst::QuantizeMapper< A, B >::QuantizeMapper ( float  d)
inlineexplicit

Definition at line 1257 of file arc-map.h.

Member Function Documentation

template<class A , class B = A>
constexpr MapFinalAction fst::QuantizeMapper< A, B >::FinalAction ( ) const
inline

Definition at line 1264 of file arc-map.h.

template<class A , class B = A>
constexpr MapSymbolsAction fst::QuantizeMapper< A, B >::InputSymbolsAction ( ) const
inline

Definition at line 1266 of file arc-map.h.

template<class A , class B = A>
ToArc fst::QuantizeMapper< A, B >::operator() ( const FromArc arc) const
inline

Definition at line 1259 of file arc-map.h.

template<class A , class B = A>
constexpr MapSymbolsAction fst::QuantizeMapper< A, B >::OutputSymbolsAction ( ) const
inline

Definition at line 1270 of file arc-map.h.

template<class A , class B = A>
constexpr uint64_t fst::QuantizeMapper< A, B >::Properties ( uint64_t  props) const
inline

Definition at line 1274 of file arc-map.h.


The documentation for this class was generated from the following file: