Home
last modified time | relevance | path

Searched refs:predict_continuation_input_fn (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/state_space_models/
Dstructural_ensemble_test.py123 predict_input_fn = input_pipeline.predict_continuation_input_fn(
147 predict_input_fn = input_pipeline.predict_continuation_input_fn(
/external/tensorflow/tensorflow/contrib/timeseries/examples/
Dpredict.py88 input_fn=tf.contrib.timeseries.predict_continuation_input_fn(
Dknown_anomaly.py123 input_fn=tf.contrib.timeseries.predict_continuation_input_fn(
Dlstm.py230 input_fn=tf.contrib.timeseries.predict_continuation_input_fn(
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
Destimators_test.py91 predict_input_fn = input_pipeline.predict_continuation_input_fn(
Dinput_pipeline.py101 def predict_continuation_input_fn( function