MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Active

Method Active

tensorflow/core/util/ctc/ctc_beam_entry.h:66–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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) {

Callers 1

StepMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected