Searched refs:ExpandState (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/util/ctc/ |
D | ctc_beam_scorer.h | 46 virtual void ExpandState(const CTCBeamState& from_state, int from_label, in ExpandState() function
|
D | ctc_beam_search_test.cc | 50 void ExpandState(const HistoryBeamState& from_state, int from_label, in ExpandState() function in __anone9b8ae190111::DictionaryBeamScorer 234 void ExpandState(const LabelState& from_state, int from_label, in ExpandState() function in __anone9b8ae190111::RapidlyDroppingLabelScorer
|
D | ctc_beam_search.h | 355 beam_scorer_->ExpandState(b->state, b->label, &c.state, c.label); in Step()
|
/external/tensorflow/tensorflow/lite/experimental/kernels/ |
D | ctc_beam_scorer.h | 48 virtual void ExpandState(const CTCBeamState& from_state, int from_label, in ExpandState() function
|
D | ctc_beam_search.h | 352 beam_scorer_->ExpandState(b->state, b->label, &c.state, c.label); in Step()
|