Home
last modified time | relevance | path

Searched refs:second_state (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/state_space_models/
Dfiltering_postprocessor.py99 def _interpolate_state_linear(first_state, second_state, first_responsibility): argument
103 nest.flatten(first_state), nest.flatten(second_state)):
253 second_state=predicted_state,
/external/toolchain-utils/binary_search_tool/test/
Dbinary_search_tool_tester.py225 second_state = os.readlink(state_file)
227 self.assertTrue(second_state != first_state)
232 self.assertFalse(os.path.exists(second_state))