Home
last modified time | relevance | path

Searched defs:max_input_length (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/contrib/recurrent/python/ops/
Drecurrent.py283 max_input_length, argument
595 def _MaybeComputeMaxInputLength(self, inputs, max_input_length): argument
644 def _IsSingleTimeStep(inputs, max_input_length): argument
660 max_input_length=None, argument
/external/webrtc/webrtc/common_audio/
Dfir_filter_neon.cc23 size_t max_input_length) in FIRFilterNEON()
Dfir_filter_sse.cc23 size_t max_input_length) in FIRFilterSSE2()
Dfir_filter.cc39 size_t max_input_length) { in Create()