Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DLSTM.h160 static bool LSTMStep(
H A DLSTM.cpp484 LSTMStep(params, inputCurrentTimeStep, batchInputShape, input_to_input_weights_buffer, in LSTMEvalFloat32()
722 LSTMStep(params, inputCurrentTimeStep, batchInputShape, in LSTMEvalFloat16()
765 bool LSTMCell::LSTMStep( in LSTMStep() function in android::nn::LSTMCell