Home
last modified time | relevance | path

Searched defs:lstm_cell (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/benchmarks/fastrnns/
H A Dcells.py28 def lstm_cell( function
/aosp_15_r20/packages/modules/NeuralNetworks/common/
DCpuExecutor.cpp1048 LSTMCell lstm_cell(operation, operands); in executeOperation() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DRNN.cpp1526 std::tuple<Tensor, Tensor> lstm_cell( in lstm_cell() function
/aosp_15_r20/external/pytorch/torch/_decomp/
H A Ddecompositions.py3304 def lstm_cell(inp, hx, cx, hh_weight, hh_bias, hr_weight, chunk_dim): function
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset9.py4564 def lstm_cell(g: jit_utils.GraphContext, self, hidden, w_ih, w_hh, b_ih, b_hh): function