Home
last modified time | relevance | path

Searched refs:column_dtypes (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
Dinput_pipeline.py430 column_dtypes=None, argument
461 if column_dtypes is not None and len(column_dtypes) != len(column_names):
465 column_dtypes, column_names))
472 self._column_dtypes = column_dtypes
/external/tensorflow/tensorflow/contrib/timeseries/examples/
Dknown_anomaly.py109 column_dtypes=(tf.int64, tf.float32, tf.string),
Dlstm.py216 column_dtypes=((tf.int64,) + (tf.float32,) * 7 + (tf.string,)))