OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EditFst
(Results
1 - 4
of
4
) sorted by null
/external/openfst/src/include/fst/
edit-fst.h
34
// The
EditFst
class enables non-destructive edit operations on a wrapped
52
// also, this class provides most of the actual implementation of what
EditFst
61
// WrappedFstT the type of fst wrapped by the
EditFst
instance that
362
LOG(ERROR) << "
EditFst
::Read: read failed: " << opts.source;
379
// WrappedFstT the type of fst wrapped by the
EditFst
instance that
422
// perform a static_cast to the WrappedFstT type required by
EditFst
and
501
LOG(ERROR) << "
EditFst
::Write: write failed: " << opts.source;
599
// for the two properties that always apply to
EditFst
instances: kExpanded
615
// by
EditFst
is performed, such as changing an arc of an existing state
632
// The mutable data for this
EditFst
instance, with delegates for all th
[
all
...]
fst-decl.h
48
template <class A, class W, class M> class
EditFst
;
/external/openfst/src/lib/
fst.cc
60
// Register VectorFst, ConstFst and
EditFst
for common arcs types
67
REGISTER_FST(
EditFst
, StdArc);
68
REGISTER_FST(
EditFst
, LogArc);
69
REGISTER_FST(
EditFst
, Log64Arc);
/external/openfst/src/test/
fst_test.cc
121
using fst::
EditFst
;
215
//
EditFst
<StdArc> tests
217
FstTester<
EditFst
<StdArc> > std_edit_tester;
Completed in 40 milliseconds