Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/layers/
Drecurrent_v2.py94 layer_func = gru_with_backend_selection
536 last_output, outputs, new_h, runtime = gru_with_backend_selection(
713 def gru_with_backend_selection(inputs, init_h, kernel, recurrent_kernel, bias, function