OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ArcSumMapper
(Results
1 - 2
of
2
) sorted by null
/external/openfst/src/include/fst/
state-map.h
441
class
ArcSumMapper
{
449
explicit
ArcSumMapper
(const Fst<A> &fst) : fst_(fst), i_(0) {}
452
ArcSumMapper
(const
ArcSumMapper
<A> &mapper,
521
void operator=(const
ArcSumMapper
<A> &); // disallow
/external/openfst/src/include/fst/script/
map.h
68
script::StateMap(ifst,
ArcSumMapper
<Arc>(ifst))));
Completed in 281 milliseconds