Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
Dar_model.py84 def call(self, input_window_features, output_window_features): argument
104 if input_window_features.shape.dims[1].value == 0:
110 activation = self._input_flatten(input_window_features)
113 [self._input_flatten(input_window_features),
161 def call(self, input_window_features, output_window_features): argument
164 input_window_features = array_ops.transpose(input_window_features,
169 input_window_features, dtype=self.dtype)
397 input_window_features = []
414 input_window_features.append(input_time_features)
418 input_window_features.append(
[all …]