Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DCpuExecutor.cpp1048 LSTMCell lstm_cell(operation, operands); in executeOperation() local
1050 success = lstm_cell.Prepare(operation, operands, &scratchShape, &outputStateShape, in executeOperation()
1055 setInfoAndAllocateIfNeeded(&output, outputShape, &result) && lstm_cell.Eval(); in executeOperation()