Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/
DCpuExecutor.cpp1103 LSTMCell lstm_cell(operation, operands); in executeOperation() local
1105 success = lstm_cell.Prepare(operation, operands, &scratchShape, &outputStateShape, in executeOperation()
1110 setInfoAndAllocateIfNeeded(&output, outputShape, &result) && lstm_cell.Eval(); in executeOperation()