Searched refs:ArcSumMapper (Results 1 – 3 of 3) sorted by relevance
441 class ArcSumMapper {449 explicit ArcSumMapper(const Fst<A> &fst) : fst_(fst), i_(0) {} in ArcSumMapper() function452 ArcSumMapper(const ArcSumMapper<A> &mapper,521 void operator=(const ArcSumMapper<A> &); // disallow
68 script::StateMap(ifst, ArcSumMapper<Arc>(ifst)))); in Map()
81 * Deleted ArcSum() and ArcMerge; use StateMap w/ ArcSumMapper and