Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
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