Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/ctc/
Dctc_beam_entry.h116 BeamRoot(BeamEntry<CTCBeamState>* p, int l) { root_entry_ = AddEntry(p, l); } in BeamRoot()
125 BeamEntry<CTCBeamState>* RootEntry() const { return root_entry_; } in RootEntry()
128 BeamEntry<CTCBeamState>* root_entry_ = nullptr;
/external/tensorflow/tensorflow/lite/experimental/kernels/
Dctc_beam_entry.h117 BeamRoot(BeamEntry<CTCBeamState>* p, int l) { root_entry_ = AddEntry(p, l); } in BeamRoot()
126 BeamEntry<CTCBeamState>* RootEntry() const { return root_entry_; } in RootEntry()
129 BeamEntry<CTCBeamState>* root_entry_ = nullptr;
/external/v8/src/profiler/
Dprofile-generator.cc277 : root_entry_(CodeEventListener::FUNCTION_TAG, "(root)"), in ProfileTree()
279 root_(new ProfileNode(this, &root_entry_, nullptr)), in ProfileTree()
Dprofile-generator.h305 CodeEntry root_entry_; variable