Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/layers/
Drecurrent_v2.py531 last_output, outputs, new_h, runtime = gpu_gru(**gpu_gru_kwargs)
627 def gpu_gru(inputs, init_h, kernel, recurrent_kernel, bias, mask, time_major, function
768 return gpu_gru(
780 return gpu_gru(