Home
last modified time | relevance | path

Searched defs:recurrent_kernel (Results 1 – 2 of 2) 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
1534 recurrent_kernel, bias, mask, time_major, argument
1586 def gpu_lstm_with_fallback(inputs, init_h, init_c, kernel, recurrent_kernel, argument
/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Dlstm_utils.cc635 Value recurrent_kernel = func_op.getArgument(4); in ConvertKerasLSTMLayer() local