Home | History | Annotate | Download | only in test

Lines Matching defs:R2

574       VectorFst<Arc> R2;
576 Reverse(R1, &R2);
577 CHECK(Equiv(T, R2));
605 RmEpsilonFst<Arc> R2(T);
606 CHECK(Equiv(R1, R2));