FST  openfst-1.8.4
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 1377 of file arc-map.h.

Member Typedef Documentation

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

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

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

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

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

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

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

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

Constructor & Destructor Documentation

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

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

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

Definition at line 1386 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 1393 of file arc-map.h.

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

Definition at line 1395 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 1388 of file arc-map.h.

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

Definition at line 1399 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 1403 of file arc-map.h.


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