Home
last modified time | relevance | path

Searched defs:prior_state (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/state_space_models/
Dkalman_filter.py153 def predict_state_mean(self, prior_state, transition_matrices): argument
212 def posterior_from_prior_state(self, prior_state, prior_state_var, argument
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_single_stream.cc95 const BandwidthUsage prior_state = estimator->detector.State(); in IncomingPacket() local
Dremote_bitrate_estimator_abs_send_time.cc270 const BandwidthUsage prior_state = detector_.State(); in IncomingPacketInfo() local