Home
last modified time | relevance | path

Searched defs:timesteps (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/util/ctc/
Dctc_beam_search_test.cc105 const int timesteps = 5; in TEST() local
185 const int timesteps = 1; in TEST() local
255 const int timesteps = 3; in TEST() local
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/state_space_models/
Dstate_space_model.py985 def get_features_for_timesteps(self, timesteps): argument