Home
last modified time | relevance | path

Searched refs:RootEntry (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/experimental/kernels/
Dctc_beam_search.h386 beam_root_->RootEntry()->newp.total = 0.0; // ln(1) in Reset()
387 beam_root_->RootEntry()->newp.blank = 0.0; // ln(1) in Reset()
390 leaves_.push(beam_root_->RootEntry()); in Reset()
393 beam_scorer_->InitializeState(&beam_root_->RootEntry()->state); in Reset()
Dctc_beam_entry.h126 BeamEntry<CTCBeamState>* RootEntry() const { return root_entry_; } in RootEntry() function
/external/tensorflow/tensorflow/core/util/ctc/
Dctc_beam_search.h389 beam_root_->RootEntry()->newp.total = 0.0; // ln(1) in Reset()
390 beam_root_->RootEntry()->newp.blank = 0.0; // ln(1) in Reset()
393 leaves_.push(beam_root_->RootEntry()); in Reset()
396 beam_scorer_->InitializeState(&beam_root_->RootEntry()->state); in Reset()
Dctc_beam_entry.h125 BeamEntry<CTCBeamState>* RootEntry() const { return root_entry_; } in RootEntry() function