Searched refs:ComposeArgs2 (Results 1 – 3 of 3) sorted by relevance
/external/openfst/src/script/ |
D | compose.cc | 39 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/ |
D | compose.h | 42 MutableFstClass*, const ComposeOptions &> ComposeArgs2; typedef 45 void Compose(ComposeArgs2 *args) { in Compose()
|
D | fstscript.h | 93 REGISTER_FST_OPERATION(Compose, Arc, ComposeArgs2); in RegisterBatch1()
|