Home
last modified time | relevance | path

Searched defs:from_state (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/util/ctc/
Dctc_beam_scorer.h46 virtual void ExpandState(const CTCBeamState& from_state, int from_label, in ExpandState()
Dctc_beam_search_test.cc54 void ExpandState(const BeamState& from_state, int from_label, in ExpandState()
253 void ExpandState(const LabelState& from_state, int from_label, in ExpandState()
/external/tensorflow/tensorflow/lite/kernels/ctc/
Dctc_beam_scorer.h48 virtual void ExpandState(const CTCBeamState& from_state, int from_label, in ExpandState()
/external/rust/crates/oorandom/src/
Dlib.rs82 pub fn from_state(state: (u64, u64)) -> Self { in from_state() method
205 pub fn from_state(state: (u128, u128)) -> Self { in from_state() method
/external/autotest/contrib/
Dlog_distiller.py82 def advance_state(self, from_state, to_state): argument
/external/tensorflow/tensorflow/python/ops/
Dstateful_random_ops.py322 def from_state(cls, state, alg): member in Generator
/external/crosvm/base/src/
Dsyslog.rs483 fn from_state<F: 'a + Fn() -> MutexGuard<'a, State> + Send>( in from_state() method