Home
last modified time | relevance | path

Searched refs:ComposeArgs2 (Results 1 – 3 of 3) sorted by relevance

/external/openfst/src/script/
Dcompose.cc39 ComposeArgs2 args(ifst1, ifst2, ofst, copts); in Compose()
40 Apply<Operation<ComposeArgs2> >("Compose", ifst1.ArcType(), &args); in Compose()
46 REGISTER_FST_OPERATION(Compose, StdArc, ComposeArgs2);
47 REGISTER_FST_OPERATION(Compose, LogArc, ComposeArgs2);
48 REGISTER_FST_OPERATION(Compose, Log64Arc, ComposeArgs2);
/external/openfst/src/include/fst/script/
Dcompose.h42 MutableFstClass*, const ComposeOptions &> ComposeArgs2; typedef
45 void Compose(ComposeArgs2 *args) { in Compose()
Dfstscript.h93 REGISTER_FST_OPERATION(Compose, Arc, ComposeArgs2); in RegisterBatch1()