Home
last modified time | relevance | path

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

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