Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/benchmarks/fastrnns/
H A Dcells.py138 def rnn_tanh_cell(input, hidden, w_ih, w_hh, b_ih, b_hh): function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DRNN.cpp1654 Tensor rnn_tanh_cell( in rnn_tanh_cell() function