Searched defs:from_state (Results  1 – 7 of 7) sorted by relevance
| /external/tensorflow/tensorflow/core/util/ctc/ | 
| D | ctc_beam_scorer.h | 46   virtual void ExpandState(const CTCBeamState& from_state, int from_label,  in ExpandState()
 | 
| D | ctc_beam_search_test.cc | 54   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/ | 
| D | ctc_beam_scorer.h | 48   virtual void ExpandState(const CTCBeamState& from_state, int from_label,  in ExpandState()
 | 
| /external/rust/crates/oorandom/src/ | 
| D | lib.rs | 82     pub fn from_state(state: (u64, u64)) -> Self {  in from_state()  method205     pub fn from_state(state: (u128, u128)) -> Self {  in from_state()  method
 
 | 
| /external/autotest/contrib/ | 
| D | log_distiller.py | 82     def advance_state(self, from_state, to_state):  argument
 | 
| /external/tensorflow/tensorflow/python/ops/ | 
| D | stateful_random_ops.py | 322   def from_state(cls, state, alg):  member in Generator
 | 
| /external/crosvm/base/src/ | 
| D | syslog.rs | 483     fn from_state<F: 'a + Fn() -> MutexGuard<'a, State> + Send>(  in from_state()  method
 |