Searched refs:column_dtypes (Results 1 – 3 of 3) sorted by relevance
430 column_dtypes=None, argument461 if column_dtypes is not None and len(column_dtypes) != len(column_names):465 column_dtypes, column_names))472 self._column_dtypes = column_dtypes
109 column_dtypes=(tf.int64, tf.float32, tf.string),
216 column_dtypes=((tf.int64,) + (tf.float32,) * 7 + (tf.string,)))