OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StateTuple
(Results
1 - 5
of
5
) sorted by null
/external/openfst/src/include/fst/
state-table.h
43
// typedef typename T
StateTuple
;
49
// StateId FindState(const
StateTuple
&);
51
// const
StateTuple
<StateId> &Tuple(StateId) const;
59
// struct
StateTuple
{
63
//
StateTuple
();
64
//
StateTuple
(const
StateTuple
&);
73
typedef T
StateTuple
;
74
typedef typename
StateTuple
::StateId StateId;
85
StateId FindState(const
StateTuple
&tuple) { return FindId(tuple);
[
all
...]
accumulator.h
603
typedef typename T::
StateTuple
StateTuple
;
629
const
StateTuple
&GetTuple(StateId s) const {
663
typedef typename T::
StateTuple
StateTuple
;
700
StateTuple
tuple = data_->GetTuple(s);
compose.h
219
typedef ComposeStateTuple<StateId, FilterState>
StateTuple
;
266
const
StateTuple
&tuple = state_table_->Tuple(s);
333
StateTuple
tuple(arc1.nextstate, arc2.nextstate, f);
349
StateTuple
tuple(s1, s2, f);
354
const
StateTuple
&tuple = state_table_->Tuple(s);
replace.h
56
// typedef ReplaceStateTuple<StateId, PrefixId>
StateTuple
;
67
// StateId FindState(const
StateTuple
&tuple);
70
// const
StateTuple
&Tuple(StateId id) const;
178
typedef ReplaceStateTuple<StateId, P>
StateTuple
;
220
StateId FindState(const
StateTuple
&tuple) {
224
const
StateTuple
&Tuple(StateId id) const {
246
typedef ReplaceStateTuple<StateId, P>
StateTuple
;
247
typedef CompactHashStateTable<
StateTuple
,
337
typedef ReplaceStateTuple<StateId, PrefixId>
StateTuple
;
487
StateTuple
(prefix, root_, fst_start))
[
all
...]
/external/openfst/src/include/fst/extensions/pdt/
expand.h
83
typedef PdtStateTuple<StateId, StackId>
StateTuple
;
130
StateTuple
tuple(s, 0);
139
const
StateTuple
&tuple = state_table_->Tuple(s);
177
StateTuple
tuple = state_table_->Tuple(s);
190
StateTuple
ntuple(arc.nextstate, stack_id);
[
all
...]
Completed in 85 milliseconds