Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/
DCpuExecutor.cpp1124 LSTMCell lstm_cell(operation, mOperands); in executeOperation() local
1126 success = lstm_cell.Prepare(operation, mOperands, &scratchShape, &outputStateShape, in executeOperation()
1131 setInfoAndAllocateIfNeeded(&output, outputShape, &result) && lstm_cell.Eval(); in executeOperation()