Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/recurrent/python/ops/
Drecurrent.py311 self._max_input_length = self._MaybeComputeMaxInputLength(
595 def _MaybeComputeMaxInputLength(self, inputs, max_input_length): member in _Recurrent