HomeSort by relevance Sort by last modified time
    Searched defs:FarEqual (Results 1 - 3 of 3) sorted by null

  /external/openfst/src/extensions/far/
farscript.cc 67 bool FarEqual(const string &filename1, const string &filename2,
73 Apply<Operation<FarEqualArgs> >("FarEqual", arc_type, &args_with_retval);
  /external/openfst/src/include/fst/extensions/far/
equal.h 28 bool FarEqual(const string &filename1,
39 VLOG(1) << "FarEqual: cannot open input Far file(s)";
49 VLOG(1) << "FarEqual: key \"" << begin_key << "\" missing from "
68 VLOG(1) << "FarEqual: mismatched keys \""
75 VLOG(1) << "FarEqual: Fsts for key \"" << key1 << "\" are not equal.";
83 VLOG(1) << "FarEqual: key \""
farscript.h 160 void FarEqual(FarEqualArgs *args) {
161 args->retval = fst::FarEqual<Arc>(
166 bool FarEqual(const string &filename1,
268 REGISTER_FST_OPERATION(FarEqual, ArcType, FarEqualArgs); \

Completed in 40 milliseconds