Home
last modified time | relevance | path

Searched defs:batchInputDelta (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DLSTM.cpp480 const int batchInputDelta = (forwardSequence ? 1 : -1) * static_cast<int>(batchInputSize); in LSTMEvalFloat32() local
718 const int batchInputDelta = (forwardSequence ? 1 : -1) * static_cast<int>(batchInputSize); in LSTMEvalFloat16() local