HomeSort by relevance Sort by last modified time
    Searched refs:root_entry_ (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/util/ctc/
ctc_beam_entry.h 115 BeamRoot(BeamEntry<CTCBeamState>* p, int l) { root_entry_ = AddEntry(p, l); }
124 BeamEntry<CTCBeamState>* RootEntry() const { return root_entry_; }
127 BeamEntry<CTCBeamState>* root_entry_ = nullptr; member in class:tensorflow::ctc::ctc_beam_search::BeamRoot
  /external/v8/src/profiler/
profile-generator.h 257 CodeEntry root_entry_; member in class:v8::internal::ProfileTree
profile-generator.cc 295 : root_entry_(CodeEventListener::FUNCTION_TAG, "(root)"),
297 root_(new ProfileNode(this, &root_entry_, nullptr)),

Completed in 73 milliseconds