D | recurrent_v2.py | 543 def standard_gru(inputs, init_h, kernel, recurrent_kernel, bias, mask, argument 627 def gpu_gru(inputs, init_h, kernel, recurrent_kernel, bias, mask, time_major, argument 713 def gru_with_backend_selection(inputs, init_h, kernel, recurrent_kernel, bias, argument 763 def gpu_gru_with_fallback(inputs, init_h, kernel, recurrent_kernel, bias, argument 1323 def standard_lstm(inputs, init_h, init_c, kernel, recurrent_kernel, bias, argument 1408 def gpu_lstm(inputs, init_h, init_c, kernel, recurrent_kernel, bias, mask, argument 1534 recurrent_kernel, bias, mask, time_major, argument 1586 def gpu_lstm_with_fallback(inputs, init_h, init_c, kernel, recurrent_kernel, argument
|