HomeSort by relevance Sort by last modified time
    Searched refs:computed_props (Results 1 - 2 of 2) sorted by null

  /external/openfst/src/include/fst/
test-properties.h 238 uint64 computed_props = ComputeProperties(fst, mask, known, false); local
239 if (!CompatProperties(stored_props, computed_props))
242 return computed_props;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
test-properties.h 232 uint64 computed_props = ComputeProperties(fst, mask, known, false); local
233 if (!CompatProperties(stored_props, computed_props))
236 return computed_props;

Completed in 182 milliseconds