Searched refs:gpu_lstm (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/keras/layers/ |
D | recurrent_v2.py | 1261 last_output, outputs, new_h, new_c, runtime = gpu_lstm( 1408 def gpu_lstm(inputs, init_h, init_c, kernel, recurrent_kernel, bias, mask, function 1591 return gpu_lstm( 1604 return gpu_lstm(
|