Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/layers/
Drecurrent_v2.py543 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
1533 def lstm_with_backend_selection(inputs, init_h, init_c, kernel, argument
1586 def gpu_lstm_with_fallback(inputs, init_h, init_c, kernel, recurrent_kernel, argument