ReweightPlusDefault< Weight > Struct Template Reference

#include <remove-eps-local-inl.h>

Public Member Functions

Weight operator() (const Weight &a, const Weight &b)
 

Detailed Description

template<class Weight>
struct fst::ReweightPlusDefault< Weight >

Definition at line 29 of file remove-eps-local-inl.h.

Member Function Documentation

◆ operator()()

Weight operator() ( const Weight a,
const Weight b 
)
inline

Definition at line 30 of file remove-eps-local-inl.h.

References fst::Plus().

30  {
31  return Plus(a, b);
32  }
LatticeWeightTpl< FloatType > Plus(const LatticeWeightTpl< FloatType > &w1, const LatticeWeightTpl< FloatType > &w2)

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