Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/preprocessing/
Dtimeseries.py209 dataset = sequences_from_indices(data, indices, start_index, end_index)
215 target_ds = sequences_from_indices(
225 def sequences_from_indices(array, indices_ds, start_index, end_index): function