Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/types/operations/include/
DLSTM.h159 static bool LSTMStep(
/packages/modules/NeuralNetworks/common/cpu_operations/
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