| 64 | friend BeamEntry<T, CTCBeamState>* BeamRoot<T, CTCBeamState>::AddEntry( |
| 65 | BeamEntry<T, CTCBeamState>* p, int l); |
| 66 | inline bool Active() const { return newp.total != kLogZero<T>(); } |
| 67 | // Return the child at the given index, or construct a new one in-place if |
| 68 | // none was found. |
| 69 | BeamEntry<T, CTCBeamState>& GetChild(int ind) { |