Searched defs:BeamEntry (Results 1 – 4 of 4) sorted by relevance
59 struct BeamEntry { struct66 BeamEntry& GetChild(int ind) { in GetChild() argument78 const BeamEntry* c = this; in LabelSeq() argument90 BeamEntry<CTCBeamState>* parent; argument92 // All instances of child BeamEntry are owned by *beam_root. argument93 std::unordered_map<int, BeamEntry<CTCBeamState>*> children; argument104 BeamEntry(BeamEntry* p, int l, BeamRoot<CTCBeamState>* beam_root) in BeamEntry() argument108 BeamEntry(const BeamEntry&) = delete; argument109 void operator=(const BeamEntry&) = delete; argument
74 typedef ctc_beam_search::BeamEntry<CTCBeamState> BeamEntry; typedef
60 struct BeamEntry { struct67 BeamEntry& GetChild(int ind) { in GetChild() argument79 const BeamEntry* c = this; in LabelSeq() argument91 BeamEntry<CTCBeamState>* parent; argument93 // All instances of child BeamEntry are owned by *beam_root. argument94 gtl::FlatMap<int, BeamEntry<CTCBeamState>*> children; argument105 BeamEntry(BeamEntry* p, int l, BeamRoot<CTCBeamState>* beam_root) in BeamEntry() argument108 TF_DISALLOW_COPY_AND_ASSIGN(BeamEntry); argument
76 typedef ctc_beam_search::BeamEntry<CTCBeamState> BeamEntry; typedef